X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_led_7seg.h;h=b90397b773906bd0b11ddf3c9e0c8c9fa44878a8;hb=a60956f41f4e7fe60562bdc158ed081291028483;hp=41493235df414e5c8abbf2d4e601d4786540d526;hpb=c3bbbdefb9f72672c6717285bc94304a7eb97347;p=bertos.git diff --git a/bertos/hw/hw_led_7seg.h b/bertos/hw/hw_led_7seg.h index 41493235..b90397b7 100644 --- a/bertos/hw/hw_led_7seg.h +++ b/bertos/hw/hw_led_7seg.h @@ -202,7 +202,7 @@ INLINE void sseg_off(void) * \param dgt the character that has to be displayed * \param n_dgt the digit where to disply the character of the display's digits. */ -INLINE void sseg_on(uint8_t dgt, uint8_t n_dgt) +INLINE void sseg_on(UNUSED_ARG(uint8_t, dgt), UNUSED_ARG(uint8_t, n_dgt)) { #ifdef CONFIG_LED_7SEG_CCAT /* Common Cathode */