diff options
| author | Dimitris Mantzouranis <d3xter93@gmail.com> | 2022-01-06 13:19:39 +0200 |
|---|---|---|
| committer | Dimitris Mantzouranis <d3xter93@gmail.com> | 2022-01-06 13:19:39 +0200 |
| commit | 67e99089a90691c727c491f761908f96df076c10 (patch) | |
| tree | 2bfddd1b82638948fe9ca2d935b20804f4093a5b | |
| parent | 86011a73a76b88a44ac00859812590533073d3cd (diff) | |
debug eeprom
| -rw-r--r-- | platforms/chibios/eeprom_sn32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/eeprom_sn32.c b/platforms/chibios/eeprom_sn32.c index f534c8774..3e77bafea 100644 --- a/platforms/chibios/eeprom_sn32.c +++ b/platforms/chibios/eeprom_sn32.c @@ -47,7 +47,7 @@ /* * Debug print utils */ - +#define DEBUG_EEPROM_OUTPUT #if defined(DEBUG_EEPROM_OUTPUT) # define debug_eeprom debug_enable |
