larus-breeze / sw_sensor

Firmware for Larus sensor MK1 and MK2
3 stars 3 forks source link

Handle assert() correctly #53

Open realtimepeople opened 1 year ago

realtimepeople commented 1 year ago

The Cortex M library handles the lowercase assert() incorrectly by calling __assert_func(...) in the library. We need to avoid this somehow because it will not report errors similar to our uppercase ASSERT(...)