mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Fix gcc 10 link issues
- avoid linker error by providing string.[ch] in bootrom
This commit is contained in:
parent
555fa19773
commit
ad326d84ad
6 changed files with 137 additions and 6 deletions
|
@ -22,6 +22,8 @@
|
|||
#include "usb_cdc.h"
|
||||
#include "protocols.h"
|
||||
#include "apps.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
//mifare emulator states
|
||||
#define MFEMUL_NOFIELD 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue