summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/main_avr.c
diff options
context:
space:
mode:
authorFlorent Duchon2012-04-17 22:26:29 +0200
committerFlorent Duchon2012-04-17 22:26:29 +0200
commit5f48d0a9f1daf4425af4f7029496bd21e0391b48 (patch)
tree08278b8fabfcb78597a279fc7cbc7ff1cccf1d69 /digital/beacon/src/main_avr.c
parentbf5c5d2292f71cd5f6fa449dd9174585098eacc0 (diff)
digital/beacon: SYS_PostTask(APL_TASK_ID) is only called once in the main loop
Diffstat (limited to 'digital/beacon/src/main_avr.c')
-rw-r--r--digital/beacon/src/main_avr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/digital/beacon/src/main_avr.c b/digital/beacon/src/main_avr.c
index 46fc594f..f259d22b 100644
--- a/digital/beacon/src/main_avr.c
+++ b/digital/beacon/src/main_avr.c
@@ -84,7 +84,6 @@ void APL_TaskHandler(void)
break;
}
appState = APP_NETWORK_JOINING_STATE;
- SYS_PostTask(APL_TASK_ID);
break;
case APP_NETWORK_JOINING_STATE:
network_start();