summaryrefslogtreecommitdiffstats
path: root/blinky.c
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2014-12-08 19:14:32 +0000
committerroot <root@no.no.james.local>2014-12-08 19:14:32 +0000
commite4a6fd440d8bd65b09d1fd184245a599a1212fd9 (patch)
tree9019f7f1bb1351c01c9871dbebdc44bb22d32775 /blinky.c
parentad9c7fb058f1fdacad4d49309ed4057d460dfdd8 (diff)
downloadrgb_ring-e4a6fd440d8bd65b09d1fd184245a599a1212fd9.tar.gz
rgb_ring-e4a6fd440d8bd65b09d1fd184245a599a1212fd9.tar.bz2
rgb_ring-e4a6fd440d8bd65b09d1fd184245a599a1212fd9.zip
fish
Diffstat (limited to 'blinky.c')
-rw-r--r--blinky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blinky.c b/blinky.c
index 49e39a9..43cc88a 100644
--- a/blinky.c
+++ b/blinky.c
@@ -90,7 +90,7 @@ main (void)
}
ws2812_setleds (led, N_LEDS);
- _delay_ms (5); // wait for 500ms.
+ delay_ms (5); // wait for 500ms.
i++;