summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/os')
-rw-r--r--src/os/main.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/os/main.cc b/src/os/main.cc
index fff8aec..b080185 100644
--- a/src/os/main.cc
+++ b/src/os/main.cc
@@ -84,11 +84,16 @@ void check_command(unsigned char argc, char** argv)
}
*/
+void loop(void)
+{
+ gpio.led_toggle(1);
+}
+
int main(void)
{
arch.setup();
gpio.setup();
- gpio.led_on(1);
+ gpio.led_on(0);
arch.idle_loop();
//uart_setup();