Add first implementation of sockect with kfile interface.
[bertos.git] / bertos / hw / hw_led_7seg.h
index 41493235df414e5c8abbf2d4e601d4786540d526..56fa0bfb91566caa89f76689511670bd3bce705f 100644 (file)
@@ -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 */