summaryrefslogtreecommitdiff
path: root/software/mpu/heartbeat.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-10-04 12:56:18 +0000
committerChristian Pointner <equinox@mur.at>2013-10-04 12:56:18 +0000
commit5d999bbb012e0c649125531f2a14db9ce334fe89 (patch)
tree503b64c1d93d3c9a1bc5d84cf1f129240248ebb3 /software/mpu/heartbeat.c
parentmoved new usb charger to satelite-bus (diff)
some cleanups
git-svn-id: https://svn.spreadspace.org/mur.sat@850 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/heartbeat.c')
-rw-r--r--software/mpu/heartbeat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/software/mpu/heartbeat.c b/software/mpu/heartbeat.c
index 21a3375..5838c11 100644
--- a/software/mpu/heartbeat.c
+++ b/software/mpu/heartbeat.c
@@ -50,6 +50,7 @@ static msg_t Heartbeat(void *arg)
palSetPad(GPIOA, GPIOA_LED);
chThdSleepMilliseconds(850);
}
+ return 0; /* Never executed.*/
}
void heartbeatInit(void)