8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc7df9 commit 179ad28Copy full SHA for 179ad28
libraries/STM32H747_System/examples/STM32H747_manageBootloader/nicla_vision_bootloader.h
@@ -1,6 +1,7 @@
1
#if defined(ARDUINO_NICLA_VISION)
2
3
-const unsigned char bootloader_mbed_bin[] = {
+/* Bootloader version 24 */
4
+const unsigned char bootloader_bin[] = {
5
0x00, 0x00, 0x08, 0x24, 0x15, 0x73, 0x01, 0x08, 0x61, 0x73, 0x01, 0x08,
6
0xd5, 0x65, 0x00, 0x08, 0xdb, 0x65, 0x00, 0x08, 0xe1, 0x65, 0x00, 0x08,
7
0xe7, 0x65, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
@@ -10673,8 +10674,6 @@ const unsigned char bootloader_mbed_bin[] = {
10673
10674
0x61, 0x95, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x99, 0x02, 0x00, 0x08,
10675
0x00, 0x00, 0x00, 0x00
10676
};
-const unsigned int bootloader_mbed_bin_len = 128044;
10677
+const unsigned int bootloader_bin_len = 128044;
10678
-
10679
10680
-#endif //ARDUINO_NICLA_VISION
+#endif //ARDUINO_NICLA_VISION
0 commit comments