summaryrefslogtreecommitdiff
path: root/software/mpu/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/mpu/main.c')
-rw-r--r--software/mpu/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/software/mpu/main.c b/software/mpu/main.c
index 3bae9f0..506d857 100644
--- a/software/mpu/main.c
+++ b/software/mpu/main.c
@@ -55,9 +55,10 @@ static void sysInit(void)
static void subsystemsInit(void)
{
/* call init functions of all subsystems which should spawn threads for their task */
- heartbeatInit();
blockstoreInit();
ihuInit();
+
+ heartbeatInit();
}
static void subsystemsStop(void)