minor changes
This commit is contained in:
parent
ef8cffc1b8
commit
2f4da22b11
|
@ -40,10 +40,9 @@ extern "C" {
|
|||
#define ASSERT(x)
|
||||
#endif
|
||||
|
||||
#ifdef UNUSED
|
||||
#undefine UNUSED
|
||||
#endif
|
||||
#ifndef UNUSED
|
||||
#define UNUSED(x) ((void)(x))
|
||||
#endif
|
||||
|
||||
#ifdef UNUSED_FUNC
|
||||
#undefine UNUSED_FUNC
|
||||
|
|
Loading…
Reference in New Issue