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
|
@ -19,6 +19,8 @@
|
|||
#include "BigBuf.h"
|
||||
#include "apps.h"
|
||||
#include "usb_cdc.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
#ifdef WITH_SMARTCARD
|
||||
#include "smartcard.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue