summaryrefslogtreecommitdiff
path: root/src/megametrum-v0.1/ao_megametrum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/megametrum-v0.1/ao_megametrum.c')
-rw-r--r--src/megametrum-v0.1/ao_megametrum.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/megametrum-v0.1/ao_megametrum.c b/src/megametrum-v0.1/ao_megametrum.c
index 9efde598..d93480f2 100644
--- a/src/megametrum-v0.1/ao_megametrum.c
+++ b/src/megametrum-v0.1/ao_megametrum.c
@@ -15,7 +15,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include "ao.h"
+#include <ao.h>
+#include <ao_exti.h>
void
beep(void)
@@ -51,6 +52,8 @@ main(void)
ao_adc_init();
ao_storage_init();
ao_usb_init();
+ ao_exti_init();
+ ao_radio_init();
ao_cmd_register(&ao_mm_cmds[0]);
ao_start_scheduler();