Fix nightly test warnings
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 17 Mar 2011 12:11:19 +0000 (12:11 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 17 Mar 2011 12:11:19 +0000 (12:11 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4781 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_led_7seg.h
bertos/hw/hw_led_7seg.h

index f195b57963701527bb25d27c3a681e7c10803994..d854b11de18a2d13be2874882416ead6f62278a4 100644 (file)
@@ -76,4 +76,5 @@
 #define CONFIG_LED_7SEG_RTIME      5
 
 #endif /* CFG_LED_7SEG_H */
- /** \} */ //defgroup drivers
\ No newline at end of file
+ /** \} */ //defgroup drivers
+
index 41493235df414e5c8abbf2d4e601d4786540d526..b90397b773906bd0b11ddf3c9e0c8c9fa44878a8 100644 (file)
@@ -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 */