mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
change strategy for refs to linker symbols to get compatible again with old GCC (6.3), tested on GCC 11 too
This commit is contained in:
parent
1d2752715d
commit
a330401769
5 changed files with 29 additions and 27 deletions
|
@ -14,7 +14,7 @@
|
|||
#include "dbprint.h"
|
||||
#include "pm3_cmd.h"
|
||||
|
||||
extern char _stack_start[], __bss_end__[];
|
||||
extern uint32_t _stack_start[], __bss_end__[];
|
||||
|
||||
// BigBuf is the large multi-purpose buffer, typically used to hold A/D samples or traces.
|
||||
// Also used to hold various smaller buffers and the Mifare Emulator Memory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue