summaryrefslogtreecommitdiff
path: root/software/mpu/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/mpu/src/main.c')
-rw-r--r--software/mpu/src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/software/mpu/src/main.c b/software/mpu/src/main.c
index e23c44b..e7f69f1 100644
--- a/software/mpu/src/main.c
+++ b/software/mpu/src/main.c
@@ -11,5 +11,10 @@ void boot_Main(void);
int main(void)
{
+#if 1
boot_Main();
+#endif
+
+ /* If we ever reach this point, then there is something very wrong. */
+ return -1;
}