]> mj.ucw.cz Git - home-hw.git/blobdiff - test-blink/test.c
Rainbow case: TODO
[home-hw.git] / test-blink / test.c
index e56426c3a324d1c6edafa1e1a40c289b198cbdc2..714ea828c8fe3f1092aecb737717eb2b02967b58 100644 (file)
@@ -49,8 +49,8 @@ int main(void)
        clock_setup();
        gpio_setup();
        tick_setup();
-       // This is needed when programming via serial boot loader, harmless otherwise.
-       SCB_VTOR = 0x08000000;
+       // When using the serial boot loader, we need this:
+       // SCB_VTOR = 0x08000000;
        cm_enable_interrupts();
 
        for (;;) {