summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pnx0101/debug-pnx0101.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pnx0101/debug-pnx0101.c')
-rw-r--r--firmware/target/arm/pnx0101/debug-pnx0101.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/target/arm/pnx0101/debug-pnx0101.c b/firmware/target/arm/pnx0101/debug-pnx0101.c
new file mode 100644
index 0000000000..3a556e66e3
--- /dev/null
+++ b/firmware/target/arm/pnx0101/debug-pnx0101.c
@@ -0,0 +1,5 @@
1/* just empty stub */
2bool dbg_ports()
3{
4 return false;
5}