mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
6 lines
69 B
C
6 lines
69 B
C
#include <stdbool.h>
|
|
|
|
bool debug_hw_info(void)
|
|
{
|
|
return false;
|
|
}
|