summaryrefslogtreecommitdiffstats
path: root/include/app_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/app_defs.h')
-rw-r--r--include/app_defs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/app_defs.h b/include/app_defs.h
index 829f8a6..7a3efa1 100644
--- a/include/app_defs.h
+++ b/include/app_defs.h
@@ -100,5 +100,12 @@ typedef unsigned char u8;
100#define MIDI_OUT_CABLE 1 100#define MIDI_OUT_CABLE 1
101 101
102// ____________________________________________________________________________ 102// ____________________________________________________________________________
103//
104// Flash storage
105// ____________________________________________________________________________
106
107#define USER_AREA_SIZE 1024
108
109// ____________________________________________________________________________
103 110
104#endif 111#endif