mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
SetAdcMuxFor - optional
Setting gpio port optional.
This commit is contained in:
parent
1618a18e89
commit
79d5d9d1c6
1 changed files with 2 additions and 1 deletions
|
@ -558,7 +558,8 @@ void SetAdcMuxFor(uint32_t whichGpio)
|
|||
LOW(GPIO_MUXSEL_LORAW);
|
||||
LOW(GPIO_MUXSEL_LOPKD);
|
||||
|
||||
HIGH(whichGpio);
|
||||
if (whichGpio > 0)
|
||||
HIGH(whichGpio);
|
||||
}
|
||||
|
||||
void Fpga_print_status(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue