Skip to content

Commit

Permalink
-Werror=unused-parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
amatilda committed Sep 23, 2024
1 parent 4a68f1f commit 1fc5210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/arduino/zunoG2/cores/ZWSupport/ZWCCBasic.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ static int _basic_set(byte channel, const ZwBasicSetFrame_t *paket, const ZUNOCo
__zuno_BasicUniversalSetter1P(channel, value);
zunoSendReport(channel + 1);
return (ZUNO_COMMAND_PROCESSED);
(void)options;
}

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

0 comments on commit 1fc5210

Please sign in to comment.