mirror of
https://github.com/synthetos/g2.git
synced 2026-02-05 18:49:54 +08:00
Updated to change NVM if version changed
This commit is contained in:
committed by
Rob Giseburt
parent
3cfff7bd16
commit
a5112722aa
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user