mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: OR in values.
This commit is contained in:
parent
dfa4f62ab6
commit
35b7989b1c
3 changed files with 3 additions and 9 deletions
|
@ -36,16 +36,10 @@
|
|||
#define GPIO_MUXSEL_HIPKD AT91C_PIO_PA19
|
||||
#define GPIO_MUXSEL_LOPKD AT91C_PIO_PA20
|
||||
|
||||
|
||||
// RDV40 has no HIRAW/LORAW, its used for FPC
|
||||
#define GPIO_MUXSEL_HIRAW AT91C_PIO_PA21
|
||||
#define GPIO_MUXSEL_LORAW AT91C_PIO_PA22
|
||||
|
||||
// RDV40 has no HIRAW/LORAW, its used for FPC
|
||||
#ifdef WITH_FPC
|
||||
#define GPIO_FPC_RDX AT91C_PA21_RXD1
|
||||
#define GPIO_FPC_TDX AT91C_PA22_TXD1
|
||||
#endif
|
||||
|
||||
#define GPIO_BUTTON AT91C_PIO_PA23
|
||||
#define GPIO_USB_PU AT91C_PIO_PA24
|
||||
#define GPIO_RELAY AT91C_PIO_PA25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue