rename hal_api to hal_api_uart
This commit is contained in:
Binary file not shown.
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user