summaryrefslogtreecommitdiff
path: root/monitor_ubx.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_ubx.c')
-rw-r--r--monitor_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_ubx.c b/monitor_ubx.c
index 04f487b2..ff89e74a 100644
--- a/monitor_ubx.c
+++ b/monitor_ubx.c
@@ -76,7 +76,7 @@ static bool ubx_initialize(void)
(void)wattrset(ppswin, A_BOLD);
(void)mvwaddstr(ppswin, 1, 1, "PPS offset: ");
#ifndef PPS_ENABLE
- (void)mvwaddstr(ppswin, 1, 13, "Not available");
+ (void)mvwaddstr(ppswin, 1, 13, "N/A");
#endif /* PPS_ENABLE */
display(ppswin, 2, 22, " PPS ");
(void)wattrset(ppswin, A_NORMAL);