rename hal_api to hal_api_uart

This commit is contained in:
Matthew GONG
2020-03-17 22:37:07 +08:00
parent 24da5a2738
commit da778bdf3b
6 changed files with 1 additions and 1 deletions
View File
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1,7 +1,7 @@
function hal_uart_param_update_lst
lst = {'0:BaudRate','1:WordLen','2:StopBits','3:Parity'};
b = Simulink.Mask.get('hal_api/hal_uart_get_param');
b = Simulink.Mask.get('hal_api_uart/hal_uart_get_param');
p = b.Parameters(4);
p.set('TypeOptions',lst);