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