diff options
| author | Dimitris Mantzouranis <d3xter93@gmail.com> | 2022-01-06 15:59:33 +0200 |
|---|---|---|
| committer | Dimitris Mantzouranis <d3xter93@gmail.com> | 2022-01-06 15:59:33 +0200 |
| commit | b43fe4a75cb4f58b7085bf325e8e30df163ab12c (patch) | |
| tree | 58a1776e2bdee8a9d3208a8d7b12a299ed1a59c3 | |
| parent | 06e673ed80d1b3a0638e825974fc63e82e7c9fff (diff) | |
Revert "debug eeprom"
This reverts commit 67e99089a90691c727c491f761908f96df076c10.
| -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 97a706d58..8bee137cc 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 |
