Fixed warning about unused local variable in release mode

This commit is contained in:
goldsimon 2010-03-15 09:45:20 +00:00
parent 05c30ba213
commit 9ae87c50d2
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@
/** SNTP macro to change system time and/or the update the RTC clock */
#ifndef SNTP_SET_SYSTEM_TIME
#define SNTP_SET_SYSTEM_TIME(sec)
#define SNTP_SET_SYSTEM_TIME(sec) ((void)sec)
#endif
/** SNTP macro to change system time including microseconds */