rockbox/firmware/target/hosted/agptek/debug-agptek.c

7 lines
69 B
C
Raw Normal View History

#include <stdbool.h>
bool debug_hw_info(void)
{
return false;
}