Skip to content

Commit

Permalink
fix reset slot 15
Browse files Browse the repository at this point in the history
  • Loading branch information
gcormier committed Jul 26, 2021
1 parent d74cb34 commit 59e96ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/src/megadesk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define MAGIC_SIG 0x120d // bytes: 13, 18 in little endian order
#define MIN_SLOT 2 // 1 is possible but cant save without serial
#ifdef ENABLERESET
#define FORCE_RESET 10 // force reset
#define FORCE_RESET 15 // force reset
#endif
#define MIN_HEIGHT_SLOT 11
#define MAX_HEIGHT_SLOT 12
Expand Down

0 comments on commit 59e96ed

Please sign in to comment.