Use macro wrappers for device op prototypes
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m35s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m35s
This commit is contained in:
@@ -61,8 +61,6 @@ void debugprintf (const char* fmt, ...) {
|
||||
}
|
||||
|
||||
void debugprintf_nolock (const char* fmt, ...) {
|
||||
uint64_t f1;
|
||||
|
||||
if (!debug_is_init)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user