CalgaryToSpace / CTS-SAT-1-OBC-Firmware

Firmware for the CTS-SAT-1 ("FrontierSat") mission. Runs on the STM32-based Onboard Computer.
MIT License
8 stars 0 forks source link

Migrate UART logging calls to `LOG_message()` #152

Open DeflateAwning opened 2 months ago

DeflateAwning commented 2 months ago

This task is long overdue, but most DEBUG_UART_print_xxx() functions should be replaced with an appropriate call to LOG_message()

Notes

NuclearTea commented 3 days ago

@darpalp Can you give a status update for this?