File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
target/infineon/edge-e83/m55 Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1919int cmd_test (int argc , char * * argv )
2020{
2121 /* add your test code here */
22+ printf ("val:%f\n" , 1.23f );
2223
2324 return 0 ;
2425}
Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ void bsp_initialize(void)
151151 /* init parameter system */
152152 FMT_CHECK (param_init ());
153153
154- // /* init mavproxy */
155- // FMT_CHECK(mavproxy_init());
154+ /* init mavproxy */
155+ FMT_CHECK (mavproxy_init ());
156156
157157 /* init usbd_cdc */
158158 RT_CHECK (drv_usb_cdc_init ());
@@ -203,8 +203,8 @@ void bsp_post_initialize(void)
203203 // printf("Default configuration loaded.\n");
204204 // }
205205
206- // / * init rc */
207- // FMT_CHECK(pilot_cmd_init());
206+ /* init rc */
207+ FMT_CHECK (pilot_cmd_init ());
208208
209209 // /* init gcs */
210210 // FMT_CHECK(gcs_cmd_init());
Original file line number Diff line number Diff line change 2828 PLATFORM = 'iccarm'
2929 EXEC_PATH = r'C:/Program Files (x86)/IAR Systems/Embedded Workbench 8.3'
3030
31- # if os.getenv('RTT_EXEC_PATH'):
32- # EXEC_PATH = os.getenv('RTT_EXEC_PATH')
31+ if os .getenv ('RTT_EXEC_PATH' ):
32+ EXEC_PATH = os .getenv ('RTT_EXEC_PATH' )
3333
3434BUILD = 'debug'
3535
You can’t perform that action at this time.
0 commit comments