diff options
Diffstat (limited to 'openpicc/os/boot')
-rw-r--r-- | openpicc/os/boot/boot.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/os/boot/boot.s b/openpicc/os/boot/boot.s index f1fc3c7..d9ac156 100644 --- a/openpicc/os/boot/boot.s +++ b/openpicc/os/boot/boot.s @@ -240,6 +240,7 @@ my_fiq_handler: ldrne r8, [r11] tstne r8, #0x01 /* Check whether a TX is pending */ beq .no_ssc + b .no_ssc mov r8, #PIO_LED1 str r8, [r10, #PIOA_SODR] /* disable LED */ |