diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-01-28 21:20:36 -0800 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-01-28 21:20:36 -0800 |
| commit | 993cb0b8d45cd70a7686760a8fce3940fd59a942 (patch) | |
| tree | 69c61167431730abdcf1dec0aa58d167ffa78848 /examples/TinySoftWareSerial/Makefile | |
| parent | 418109c11b5b716fc2157c9f37d999f455d803d2 (diff) | |
| parent | e50caad1e9390ca14f2f3491fa6eae36f0236e58 (diff) | |
Merge pull request #157 from peplin/no-hardcoded-port-in-examples
Don't hard code MONITOR_PORT in examples, for more flexible testing.
Diffstat (limited to 'examples/TinySoftWareSerial/Makefile')
| -rw-r--r-- | examples/TinySoftWareSerial/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/TinySoftWareSerial/Makefile b/examples/TinySoftWareSerial/Makefile index 8c220db..08f918d 100644 --- a/examples/TinySoftWareSerial/Makefile +++ b/examples/TinySoftWareSerial/Makefile @@ -1,12 +1,11 @@ # Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile -# if you have placed the alternate core in your sketchbook directory, then you can just mention the core name alone. +# if you have placed the alternate core in your sketchbook directory, then you can just mention the core name alone. ALTERNATE_CORE = attiny # If not, you might have to include the full path. #ALTERNATE_CORE_PATH = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/ BOARD_TAG = attiny85-8 -ISP_PORT = /dev/ttyACM* ARDUINO_LIBS = SoftwareSerial |
