Skip to content

Commit

Permalink
modified an argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-srishylam committed Apr 5, 2023
1 parent f0f8931 commit e36284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/SiWx917/LEDWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <stdint.h>

extern "C" void RSI_Board_LED_Set(int, bool);
extern "C" void RSI_Board_LED_Set(int, int);
extern "C" void RSI_Board_LED_Toggle(int);
extern "C" bool RSI_Board_LED_GetState(int);

Expand Down

0 comments on commit e36284c

Please sign in to comment.