Fix paths in the example Makefile
This commit is contained in:
parent
60d7e9401e
commit
1b5494f262
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
### 3. Create this Makefile (use your vendor/package name)
|
### 3. Create this Makefile (use your vendor/package name)
|
||||||
|
|
||||||
### ALTERNATE_CORE = sparkfun
|
### ALTERNATE_CORE = sparkfun
|
||||||
### include ~/Arduino-Makefile/Arduino.mk
|
### include $(HOME)/Arduino-Makefile/Arduino.mk
|
||||||
|
|
||||||
### 4. run 'make show_boards'
|
### 4. run 'make show_boards'
|
||||||
### check that you can see (only) boards provided by this vendor
|
### check that you can see (only) boards provided by this vendor
|
||||||
|
@ -52,5 +52,5 @@ ARDUINO_SKETCHBOOK = $(HOME)/sketchbook
|
||||||
ALTERNATE_CORE = sparkfun
|
ALTERNATE_CORE = sparkfun
|
||||||
BOARD_TAG = promicro
|
BOARD_TAG = promicro
|
||||||
BOARD_SUB = 8MHzatmega32U4
|
BOARD_SUB = 8MHzatmega32U4
|
||||||
include $(ARDMK_DIR)/Arduino.mk
|
include /usr/share/arduino/Arduino.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue