summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/agptek/debug-agptek.c
blob: 33f3ac4b97ad57389941740f3b108586e9c4d899 (plain)
1
2
3
4
5
6
#include <stdbool.h>

bool debug_hw_info(void)
{
    return false;
}