summaryrefslogtreecommitdiff
path: root/src/ao_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_test.c')
-rw-r--r--src/ao_test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ao_test.c b/src/ao_test.c
index c9bb02ae..b9f7d338 100644
--- a/src/ao_test.c
+++ b/src/ao_test.c
@@ -100,9 +100,7 @@ echo(void)
void
main(void)
{
- CLKCON = 0;
- while (!(SLEEP & SLEEP_XOSC_STB))
- ;
+ ao_clock_init();
// ao_add_task(&blink_0_task, blink_0);
// ao_add_task(&blink_1_task, blink_1);