Skip to content

Commit

Permalink
♻️ Tune judgments of library version
Browse files Browse the repository at this point in the history
  • Loading branch information
obono committed Nov 22, 2022
1 parent b56b071 commit 84ddf8b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ardubullets/MyArduboy2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <Arduboy2.h>
#if ARDUBOY_LIB_VER != 50201
#if ARDUBOY_LIB_VER < 50201
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion chiemagari/chiemagari.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != ARDUBOY_LIB_VER_TGT
#if ARDUBOY_LIB_VER < ARDUBOY_LIB_VER_TGT
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion chribocchi/chribocchi.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != 10101
#if ARDUBOY_LIB_VER < 10101
#error
#endif // It may work even if you use other version.

Expand Down
2 changes: 1 addition & 1 deletion evasion/MyArduboy2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <Arduboy2.h>
#if ARDUBOY_LIB_VER != 50201
#if ARDUBOY_LIB_VER < 50201
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion hollow/hollow.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != 10101
#if ARDUBOY_LIB_VER < 10101
#error
#endif // It may work even if you use other version.

Expand Down
2 changes: 1 addition & 1 deletion hopper/hopper.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != 10101
#if ARDUBOY_LIB_VER < 10101
#error
#endif // It may work even if you use other version.

Expand Down
2 changes: 1 addition & 1 deletion knightmove/knightmove.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != ARDUBOY_LIB_VER_TGT
#if ARDUBOY_LIB_VER < ARDUBOY_LIB_VER_TGT
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion lasers/lasers.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != ARDUBOY_LIB_VER_TGT
#if ARDUBOY_LIB_VER < ARDUBOY_LIB_VER_TGT
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion pi24k/pi24k.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != ARDUBOY_LIB_VER_TGT
#if ARDUBOY_LIB_VER < ARDUBOY_LIB_VER_TGT
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion psicolo/psicolo.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != ARDUBOY_LIB_VER_TGT
#if ARDUBOY_LIB_VER < ARDUBOY_LIB_VER_TGT
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion quarto/quarto.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != ARDUBOY_LIB_VER_TGT
#if ARDUBOY_LIB_VER < ARDUBOY_LIB_VER_TGT
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion reversi/reversi.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != ARDUBOY_LIB_VER_TGT
#if ARDUBOY_LIB_VER < ARDUBOY_LIB_VER_TGT
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion rysk/MyArduboy2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <Arduboy2.h>
#if ARDUBOY_LIB_VER != 50201
#if ARDUBOY_LIB_VER < 50201
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion samegame/samegame.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != ARDUBOY_LIB_VER_TGT
#if ARDUBOY_LIB_VER < ARDUBOY_LIB_VER_TGT
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down
2 changes: 1 addition & 1 deletion stairssweep/stairssweep.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "common.h"

#if ARDUBOY_LIB_VER != ARDUBOY_LIB_VER_TGT
#if ARDUBOY_LIB_VER < ARDUBOY_LIB_VER_TGT
#error Unexpected version of Arduboy Library
#endif // It may work even if you use other version. So comment out the above line.

Expand Down

0 comments on commit 84ddf8b

Please sign in to comment.