wip: version.h: Only do the check if building for AVR

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/851/head
Gergely Nagy 4 years ago
parent 4db7189ce9
commit 59540c8d2d
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -1,5 +1,7 @@
#pragma once #pragma once
#if defined(__AVR__)
#define KALEIDOSCOPE_AVR_GCC_MINIMAL_VERSION 5 #define KALEIDOSCOPE_AVR_GCC_MINIMAL_VERSION 5
#define KALEIDOSCOPE_AVR_GCC_MINIMAL_MINOR 4 #define KALEIDOSCOPE_AVR_GCC_MINIMAL_MINOR 4
@ -9,3 +11,5 @@
) )
#error Kaleidoscope requires Arduino version >= 1.8.6 to build. Please upgrade. #error Kaleidoscope requires Arduino version >= 1.8.6 to build. Please upgrade.
#endif #endif
#endif

Loading…
Cancel
Save