Updated to change NVM if version changed

This commit is contained in:
Matt Staniszewski
2019-11-04 11:34:00 -05:00
committed by Rob Giseburt
parent 3cfff7bd16
commit a5112722aa
2 changed files with 20 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ uint8_t active_file_index();
// Leaving this in for now in case bugs come up; we can remove it when we're confident
// it's stable
#if 0
#if 1
# define DEBUG_PRINT(...) printf(__VA_ARGS__);
#else
# define DEBUG_PRINT(...) do {} while (0)