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 60d7e94 commit 1b5494fCopy full SHA for 1b5494f
examples/MakefileExample/Makefile-3rd_party-board.mk
@@ -31,7 +31,7 @@
31
### 3. Create this Makefile (use your vendor/package name)
32
33
### ALTERNATE_CORE = sparkfun
34
-### include ~/Arduino-Makefile/Arduino.mk
+### include $(HOME)/Arduino-Makefile/Arduino.mk
35
36
### 4. run 'make show_boards'
37
### check that you can see (only) boards provided by this vendor
@@ -52,5 +52,5 @@ ARDUINO_SKETCHBOOK = $(HOME)/sketchbook
52
ALTERNATE_CORE = sparkfun
53
BOARD_TAG = promicro
54
BOARD_SUB = 8MHzatmega32U4
55
-include $(ARDMK_DIR)/Arduino.mk
+include /usr/share/arduino/Arduino.mk
56
0 commit comments