forked from len0rd/rockbox
6 lines
69 B
C
6 lines
69 B
C
#include <stdbool.h>
|
|
|
|
bool debug_hw_info(void)
|
|
{
|
|
return false;
|
|
}
|