mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
arm: fix prototypes
This commit is contained in:
parent
838d345918
commit
026707b960
54 changed files with 211 additions and 208 deletions
|
@ -83,7 +83,7 @@ uint8_t hex2int(char hexchar) {
|
|||
}
|
||||
}
|
||||
|
||||
void LEDsoff() {
|
||||
void LEDsoff(void) {
|
||||
LED_A_OFF();
|
||||
LED_B_OFF();
|
||||
LED_C_OFF();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue