Skip to content

Commit

Permalink
Small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Arbi Gunbardhi committed Apr 2, 2023
1 parent 576af25 commit 40b8309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/x_nucleo_nfc04.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void X_Nucleo_NFC04::NFC04A1_LED_Init(void)
}
}

void X_Nucleo_NFC04::NFC04A1_LED_DeInit(NFC04A1_Led_E led)
void X_Nucleo_NFC04::NFC04A1_LED_DeInit(void)
{

}
Expand Down
2 changes: 1 addition & 1 deletion src/x_nucleo_nfc04.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class X_Nucleo_NFC04 : public ST25DV {
void ledOn(int led);
void ledOff(int led);
void NFC04A1_LED_Init(void);
void NFC04A1_LED_DeInit(NFC04A1_Led_E led);
void NFC04A1_LED_DeInit(void);
void NFC04A1_LED_ON(const NFC04A1_Led_E led);
void NFC04A1_LED_OFF(const NFC04A1_Led_E led);
void NFC04A1_LED_Toggle(const NFC04A1_Led_E led);
Expand Down

0 comments on commit 40b8309

Please sign in to comment.