From d9546bdb1fa1d82871267ffd451e67c85142e1b5 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sun, 25 Sep 2011 23:15:03 +0300 Subject: [PATCH] Fixed typo in BOARD_TYPE comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3ed52b..e5fe938 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ SKETCH_NAME=Blink PORT=/dev/ttyACM0 # The path of Arduino IDE ARDUINO_DIR=/home/alvaro/arduino-0022 -# Boardy type: use "arduino" for Uno or "skt500v1" for Duemilanove +# Boardy type: use "arduino" for Uno or "stk500v1" for Duemilanove BOARD_TYPE=arduino # Baud-rate: use "115200" for Uno or "19200" for Duemilanove BAUD_RATE=115200