mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 18:47:24 -07:00
removed all old usb calls
This commit is contained in:
parent
ecab772ed0
commit
6e82300dda
12 changed files with 144 additions and 92 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# DO NOT use thumb mode in the phase 1 bootloader since that generates a section with glue code
|
||||
ARMSRC =
|
||||
THUMBSRC = usb.c bootrom.c
|
||||
THUMBSRC = usb_hid.c bootrom.c
|
||||
ASMSRC = ram-reset.s flash-reset.s
|
||||
|
||||
## There is a strange bug with the linker: Sometimes it will not emit the glue to call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue