X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_led_7seg.h;h=56fa0bfb91566caa89f76689511670bd3bce705f;hb=121f4d98bd4d74629809697ab66001ebcbac76ce;hp=41493235df414e5c8abbf2d4e601d4786540d526;hpb=e486f6c6f73811f909299b54717bee72fe0ae7de;p=bertos.git diff --git a/bertos/hw/hw_led_7seg.h b/bertos/hw/hw_led_7seg.h index 41493235..56fa0bfb 100644 --- a/bertos/hw/hw_led_7seg.h +++ b/bertos/hw/hw_led_7seg.h @@ -204,6 +204,8 @@ INLINE void sseg_off(void) */ INLINE void sseg_on(uint8_t dgt, uint8_t n_dgt) { + (void) dgt; + (void) n_dgt; #ifdef CONFIG_LED_7SEG_CCAT /* Common Cathode */ /* You have to implment it */