mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: adaptations for global debug var to be accessible
This commit is contained in:
parent
dc22ba144c
commit
180e3d4df9
4 changed files with 5 additions and 5 deletions
|
@ -98,7 +98,6 @@
|
|||
#define NCS_1_LOW LOW(GPIO_NCS2)
|
||||
#define NCS_1_HIGH HIGH(GPIO_NCS2)
|
||||
|
||||
|
||||
#define RELAY_ON() HIGH(GPIO_RELAY)
|
||||
#define RELAY_OFF() LOW(GPIO_RELAY)
|
||||
#define BUTTON_PRESS() !((AT91C_BASE_PIOA->PIO_PDSR & GPIO_BUTTON) == GPIO_BUTTON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue