pioneers / runtime

Firmware for the PiE kit robots and devices
7 stars 2 forks source link

[TEST] Convert all printf in the test clients to use log_printf with the TEST process #242

Closed AVSurfer123 closed 1 year ago

AVSurfer123 commented 3 years ago

This way any errors that occur in our clients will be part of the same logger. This will also involve adding a logger_init(TEST) to all the CLI main functions and to start_test().