diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 2 | ||||
-rw-r--r-- | firmware/export/config-recorder.h | 2 | ||||
-rw-r--r-- | firmware/export/config-recorderv2.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index dc45a86657..c3c894edb9 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -22,7 +22,7 @@ /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN /* define this if you have the button bar */ -#define HAS_BUTTONBAR +#define HAVE_BUTTONBAR /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 9e26a221ac..bd9bd07d58 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -22,7 +22,7 @@ /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN /* define this if you have the button bar */ -#define HAS_BUTTONBAR +#define HAVE_BUTTONBAR /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 4945d8f0ec..50066918b1 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -22,7 +22,7 @@ /* define this if you have access to the pitchscreen */ #define HAVE_PITCHSCREEN /* define this if you have the button bar */ -#define HAS_BUTTONBAR +#define HAVE_BUTTONBAR /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE |