Properly #ifdef out ddxBeforeReset() to fix compiler warning
This commit is contained in:
parent
ac21e6a594
commit
60bd8893d5
|
@ -237,11 +237,13 @@ OsVendorFatalError(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef DDXBEFORERESET
|
||||||
void
|
void
|
||||||
ddxBeforeReset(void)
|
ddxBeforeReset(void)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef DDXTIME
|
#ifdef DDXTIME
|
||||||
CARD32
|
CARD32
|
||||||
|
|
Loading…
Reference in New Issue