summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/pnx0101/debug-pnx0101.c
blob: 8dae2e49255bc601afd4352418c97dc2bf33d249 (plain)
1
2
3
4
5
#include <stdbool.h>
bool dbg_ports()
{
    return false;
}