Skip to content

Commit 1fc5210

Browse files
committed
-Werror=unused-parameter
1 parent 4a68f1f commit 1fc5210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/arduino/zunoG2/cores/ZWSupport/ZWCCBasic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ static int _basic_set(byte channel, const ZwBasicSetFrame_t *paket, const ZUNOCo
215215
__zuno_BasicUniversalSetter1P(channel, value);
216216
zunoSendReport(channel + 1);
217217
return (ZUNO_COMMAND_PROCESSED);
218+
(void)options;
218219
}
219220

220221
static int _basic_get(byte channel, ZUNOCommandPacketReport_t *frame_report) {

0 commit comments

Comments
 (0)