update popup list for param_set

This commit is contained in:
Matthew GONG
2020-03-17 22:38:22 +08:00
parent da778bdf3b
commit bbbb3701c4
+4
View File
@@ -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