From e36284c459504487817b6d1104519a745a08aa29 Mon Sep 17 00:00:00 2001 From: srningap Date: Wed, 5 Apr 2023 12:50:22 +0530 Subject: [PATCH] modified an argument type --- examples/platform/silabs/SiWx917/LEDWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform/silabs/SiWx917/LEDWidget.h b/examples/platform/silabs/SiWx917/LEDWidget.h index 44fb1937ee0f33..893f4ee69fec23 100644 --- a/examples/platform/silabs/SiWx917/LEDWidget.h +++ b/examples/platform/silabs/SiWx917/LEDWidget.h @@ -21,7 +21,7 @@ #include -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);