summaryrefslogtreecommitdiff
path: root/src/ao_teleterra.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_teleterra.c')
-rw-r--r--src/ao_teleterra.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ao_teleterra.c b/src/ao_teleterra.c
index ad3e2d9b..6464ccc0 100644
--- a/src/ao_teleterra.c
+++ b/src/ao_teleterra.c
@@ -21,9 +21,7 @@
void
main(void)
{
- CLKCON = 0;
- while (!(SLEEP & SLEEP_XOSC_STB))
- ;
+ ao_clock_init();
/* Turn on the red LED until the system is stable */
ao_led_init(AO_LED_RED|AO_LED_GREEN);