]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - bootrom/bootrom.c
removed all old usb calls
[proxmark3-svn] / bootrom / bootrom.c
index 6b0ff532800be0129b364d9413c22f3fdf84001b..fc1c8a2c55c82d59d4b34d010543ecee2fca6596 100644 (file)
@@ -7,6 +7,7 @@
 //-----------------------------------------------------------------------------
 
 #include <proxmark3.h>
+#include "usb_hid.h"
 
 struct common_area common_area __attribute__((section(".commonarea")));
 unsigned int start_addr, end_addr, bootrom_unlocked;
@@ -300,6 +301,6 @@ void BootROM(void)
            flash_mode(1);
     } else {
            // jump to Flash address of the osimage entry point (LSBit set for thumb mode)
-           asm("bx %0\n" : : "r" ( ((int)&_osimage_entry) | 0x1 ) );
+           __asm("bx %0\n" : : "r" ( ((int)&_osimage_entry) | 0x1 ) );
     }
 }
Impressum, Datenschutz