Skip to content

Commit 2b661ec

Browse files
Fix bug #85
1 parent 3824f01 commit 2b661ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+0
-1
lines changed

binaries/dso138_boot20.bin

0 Bytes
Binary file not shown.

binaries/gd32f1_frankenmaple.bin

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

binaries/generic-none_bootloader.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_hytiny.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pa1.bin

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

binaries/generic_boot20_pa9.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pb0.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pb12.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pb7.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pb9.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pc13.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pd1.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pd2.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pe2.bin

0 Bytes
Binary file not shown.

binaries/generic_boot20_pe5.bin

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

binaries/generic_boot20_pg15.bin

0 Bytes
Binary file not shown.

binaries/maple_mini_boot20.bin

0 Bytes
Binary file not shown.

binaries/maple_rev3_boot20.bin

0 Bytes
Binary file not shown.

binaries/maple_rev5_boot20.bin

0 Bytes
Binary file not shown.

binaries/naze32_boot20.bin

0 Bytes
Binary file not shown.

binaries/stbee_boot20.bin

0 Bytes
Binary file not shown.

bootloader_only_binaries/cc3d.bin

-24 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-24 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
Binary file not shown.
-20 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.
Binary file not shown.
-20 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.

main.c

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ int main()
6565
strobePin(LED_BANK, LED_PIN, STARTUP_BLINKS, BLINK_FAST,LED_ON_STATE);
6666
#endif
6767
#endif
68-
if (!checkUserCode(USER_CODE_FLASH0X8005000) && !checkUserCode(USER_CODE_FLASH0X8002000))
6968

7069
if (!checkUserCode(USER_CODE_FLASH0X8005000) && !checkUserCode(USER_CODE_FLASH0X8002000))
7170
{

0 commit comments

Comments
 (0)