summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 1dae142..dfc8d68 100644
--- a/main.c
+++ b/main.c
@@ -4,7 +4,7 @@ int main() {
print("Hello!");
play("L16 ceg>c");
- while(1) {
+ while (1) {
red_led(0);
green_led(1);
@@ -18,4 +18,3 @@ int main() {
return 0;
}
-