aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'laser-tag software/main.c')
-rw-r--r--laser-tag software/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/laser-tag software/main.c b/laser-tag software/main.c
index 0dfbac2..8eee6c5 100644
--- a/laser-tag software/main.c
+++ b/laser-tag software/main.c
@@ -31,6 +31,7 @@
#include "epaper.h"
#include "text.h"
+#include "radio.h"
#include "fsl_clock_manager.h"
#include "fsl_cmp_driver.h"
#include "fsl_dac_driver.h"
@@ -583,6 +584,11 @@ int main (void)
}
blank_led = 30;
+ ret = radio_init();
+ if (0 == ret) {
+ led(0x22, 0x00, 0x22);
+ }
+
/* We're done, everything else is triggered through interrupts */
for(;;) {
if (cue_next_image) {