summaryrefslogtreecommitdiff
path: root/digital/beacon/src/main_avr.c
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-04 00:01:03 +0200
committerFlorent Duchon2012-05-04 00:06:29 +0200
commit94f7aa5de09e08043aec09acd93edaf7c95a35d5 (patch)
treebcb3199b5b197c39f06dfe5304406baf1119ba18 /digital/beacon/src/main_avr.c
parentf58fec87b270bf772c44cd697f90d7c2aa1260f1 (diff)
digital/beacon: calibration task is run automatically at the end of the init
Diffstat (limited to 'digital/beacon/src/main_avr.c')
-rw-r--r--digital/beacon/src/main_avr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/digital/beacon/src/main_avr.c b/digital/beacon/src/main_avr.c
index 15610170..4f5cc5eb 100644
--- a/digital/beacon/src/main_avr.c
+++ b/digital/beacon/src/main_avr.c
@@ -95,6 +95,7 @@ void APL_TaskHandler(void)
network_init();
motor_init();
uprintf("LOL_%d initialisation OK !\n\r",CS_NWK_ADDR);
+ calibration_start_task();
break;
default:
break;