aboutsummaryrefslogtreecommitdiff
path: root/src/user_application.cpp
diff options
context:
space:
mode:
authorAtsushi Saitoh <lynxeyed@xj9.so-net.ne.jp>2012-03-26 01:52:22 +0900
committerAtsushi Saitoh <lynxeyed@xj9.so-net.ne.jp>2012-03-26 01:52:22 +0900
commit5fb12bfe7be80bda23edbb51057332cda61b7657 (patch)
treec292645b518508e74d992a14ad6fd5bf8828f3d6 /src/user_application.cpp
parent70026dd0fafb340dc6b9522324c880c9fc427b62 (diff)
fixed delayMicroseconds error
Diffstat (limited to 'src/user_application.cpp')
-rwxr-xr-xsrc/user_application.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/user_application.cpp b/src/user_application.cpp
index 3a73c23..c46b077 100755
--- a/src/user_application.cpp
+++ b/src/user_application.cpp
@@ -6,8 +6,6 @@ void setup()
Serial.println("Start");
}
-int r,g,b;
-
void loop()
{
delay(1000);