Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lbuque committed Sep 18, 2023
2 parents 22e5773 + d89328c commit 79b4947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m5stack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ boards := \
M5STACK_Fire:fire

define find_board
$(if $(filter $(1):%,$(boards)),$(word 2,$(subst :, ,$(filter $(1):%,$(boards)))),$(error Mapping not found for $(1)))
$(if $(filter $(1):%,$(boards)),$(word 2,$(subst :, ,$(filter $(1):%,$(boards)))),none)
endef

# Board type list
Expand Down

0 comments on commit 79b4947

Please sign in to comment.