From 7647fea03616b0965ed9d80c17f6b3161ec2c0f1 Mon Sep 17 00:00:00 2001 From: bsongis Date: Tue, 10 Apr 2012 18:56:30 +0000 Subject: [PATCH] Batt calib on all boards ... --- src/o9xstrings.cpp | 3 ++- src/o9xstrings.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/o9xstrings.cpp b/src/o9xstrings.cpp index d6b22a76f..95380323f 100644 --- a/src/o9xstrings.cpp +++ b/src/o9xstrings.cpp @@ -292,8 +292,9 @@ const pm_char STR_LONGITUDE[] PROGMEM = TR_LONGITUDE; const pm_char STR_SHUTDOWN[] PROGMEM = TR_SHUTDOWN; #endif -#if defined(PCBARM) const pm_char STR_BATT_CALIB[] PROGMEM = TR_BATT_CALIB; + +#if defined(PCBARM) const pm_char STR_CURRENT_CALIB[] PROGMEM = TR_CURRENT_CALIB; const pm_char STR_CURRENT[] PROGMEM = TR_CURRENT; #endif diff --git a/src/o9xstrings.h b/src/o9xstrings.h index 301eae799..be4f25199 100644 --- a/src/o9xstrings.h +++ b/src/o9xstrings.h @@ -353,8 +353,9 @@ extern const pm_char STR_LONGITUDE[]; extern const pm_char STR_SHUTDOWN[]; #endif -#if defined(PCBARM) extern const pm_char STR_BATT_CALIB[]; + +#if defined(PCBARM) extern const pm_char STR_CURRENT_CALIB[]; extern const pm_char STR_CURRENT[]; #endif