Skip to content

Commit d68cf8c

Browse files
committed
Makefile: Missing resource file.
Signed-off-by: lbuque <[email protected]>
1 parent 3608705 commit d68cf8c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

m5stack/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ boards := \
1313
M5STACK_CoreS3:cores3 \
1414
M5STACK_AtomS3U:atoms3u \
1515
M5STACK_Core2:core2 \
16-
M5STACK_Tough:tough \
16+
M5STACK_Tough:core2 \
1717
M5STACK_StickC_PLUS2:stickcplus2 \
1818
M5STACK_StickC_PLUS:stickcplus \
1919
M5STACK_Fire:fire \
2020
M5STACK_Basic:basic \
2121
M5STACK_Basic_4MB:basic \
2222
M5STACK_Capsule:capsule \
23-
M5STACK_CoreInk:coreink \
24-
M5STACK_AirQS3:airq \
23+
M5STACK_CoreInk:coreink \
24+
M5STACK_AirQS3:airq \
2525
M5STACK_Dial:dial \
26-
M5STACK_Cardputer:cardputer \
26+
M5STACK_Cardputer:cardputer \
2727
M5STACK_Paper:paper
2828

2929
define find_board
@@ -45,10 +45,10 @@ BOARD_TYPE_DEF := \
4545
fire \
4646
basic \
4747
capsule \
48-
coreink \
49-
airq \
48+
coreink \
49+
airq \
5050
dial \
51-
cardputer \
51+
cardputer \
5252
paper
5353

5454
# Select the board type to build, default is None

0 commit comments

Comments
 (0)