Skip to content

Commit

Permalink
Fix paths in the example Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanV committed Jun 2, 2017
1 parent 60d7e94 commit 1b5494f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/MakefileExample/Makefile-3rd_party-board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
### 3. Create this Makefile (use your vendor/package name)

### ALTERNATE_CORE = sparkfun
### include ~/Arduino-Makefile/Arduino.mk
### include $(HOME)/Arduino-Makefile/Arduino.mk

### 4. run 'make show_boards'
### check that you can see (only) boards provided by this vendor
Expand All @@ -52,5 +52,5 @@ ARDUINO_SKETCHBOOK = $(HOME)/sketchbook
ALTERNATE_CORE = sparkfun
BOARD_TAG = promicro
BOARD_SUB = 8MHzatmega32U4
include $(ARDMK_DIR)/Arduino.mk
include /usr/share/arduino/Arduino.mk

0 comments on commit 1b5494f

Please sign in to comment.