We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004322b commit 04d9363Copy full SHA for 04d9363
ProffieOS.ino
@@ -29,7 +29,7 @@
29
// #define CONFIG_FILE "config/owk_v2_config.h"
30
// #define CONFIG_FILE "config/test_bench_config.h"
31
// #define CONFIG_FILE "config/toy_saber_config.h"
32
-#define CONFIG_FILE "config/proffieboard_v1_test_bench_config.h"
+// #define CONFIG_FILE "config/proffieboard_v1_test_bench_config.h"
33
// #define CONFIG_FILE "config/td_proffieboard_config.h"
34
// #define CONFIG_FILE "config/proffieboard_v1_graflex.h"
35
// #define CONFIG_FILE "config/teensy_audio_shield_micom.h"
@@ -41,6 +41,10 @@
41
#define CONFIG_FILE CONFIG_FILE_TEST
42
#endif
43
44
+#ifndef CONFIG_FILE
45
+#error Please set CONFIG_FILE as shown above.
46
+#endif
47
+
48
#define CONFIG_TOP
49
#include CONFIG_FILE
50
#undef CONFIG_TOP
0 commit comments