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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/pnx0101/debug-pnx0101.c b/firmware/target/arm/pnx0101/debug-pnx0101.c
index 3a556e66e3..8dae2e4925 100644
--- a/firmware/target/arm/pnx0101/debug-pnx0101.c
+++ b/firmware/target/arm/pnx0101/debug-pnx0101.c
@@ -1,4 +1,4 @@
1/* just empty stub */ 1#include <stdbool.h>
2bool dbg_ports() 2bool dbg_ports()
3{ 3{
4 return false; 4 return false;