aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/Core/fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Core/fsm.c')
-rw-r--r--src/common/Core/fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Core/fsm.c b/src/common/Core/fsm.c
index e98ba91..da70329 100644
--- a/src/common/Core/fsm.c
+++ b/src/common/Core/fsm.c
@@ -559,7 +559,7 @@ void fsm_update() {
// All predecessor states must NULL the fsm_out.msg field!
if (fsm_out.msg == NULL) {
- fsm_out.msg = stats_build_text();
+ fsm_out.msg = stats_build_text(batterycharge_wind_disconnected());
}
fsm_out.cw_psk_trigger = 1;