diff options
Diffstat (limited to 'software/mpu/main.c')
-rw-r--r-- | software/mpu/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/main.c b/software/mpu/main.c index 506d857..9458015 100644 --- a/software/mpu/main.c +++ b/software/mpu/main.c @@ -55,7 +55,7 @@ static void sysInit(void) static void subsystemsInit(void) { /* call init functions of all subsystems which should spawn threads for their task */ - blockstoreInit(); +// blockstoreInit(); ihuInit(); heartbeatInit(); |