MarsRoverFirmware
MarsRoverFirmware copied to clipboard
Investigate Logger SWO bug
There is a bug with the logger utility where if the application contains no calls to Utility::logger <<
, any calls to printf()
will break the program. The cause of this bug needs to be investigated. This bug is only seen with SWO logging. Band-aid fix is to add the line Utility::logger << ""
to the start of the app.