update popup list for param_set
This commit is contained in:
@@ -5,5 +5,9 @@ b = Simulink.Mask.get('hal_api_uart/hal_uart_get_param');
|
|||||||
p = b.Parameters(4);
|
p = b.Parameters(4);
|
||||||
p.set('TypeOptions',lst);
|
p.set('TypeOptions',lst);
|
||||||
|
|
||||||
|
b = Simulink.Mask.get('hal_api_uart/hal_uart_set_param');
|
||||||
|
p = b.Parameters(4);
|
||||||
|
p.set('TypeOptions',lst);
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user