Skip to content

Commit 04d9363

Browse files
committed
no default CONFIG_FILE
1 parent 004322b commit 04d9363

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ProffieOS.ino

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// #define CONFIG_FILE "config/owk_v2_config.h"
3030
// #define CONFIG_FILE "config/test_bench_config.h"
3131
// #define CONFIG_FILE "config/toy_saber_config.h"
32-
#define CONFIG_FILE "config/proffieboard_v1_test_bench_config.h"
32+
// #define CONFIG_FILE "config/proffieboard_v1_test_bench_config.h"
3333
// #define CONFIG_FILE "config/td_proffieboard_config.h"
3434
// #define CONFIG_FILE "config/proffieboard_v1_graflex.h"
3535
// #define CONFIG_FILE "config/teensy_audio_shield_micom.h"
@@ -41,6 +41,10 @@
4141
#define CONFIG_FILE CONFIG_FILE_TEST
4242
#endif
4343

44+
#ifndef CONFIG_FILE
45+
#error Please set CONFIG_FILE as shown above.
46+
#endif
47+
4448
#define CONFIG_TOP
4549
#include CONFIG_FILE
4650
#undef CONFIG_TOP

0 commit comments

Comments
 (0)