diff --git a/src/fw/apps/system_apps/health/health_activity_summary_card_segments.h b/src/fw/apps/system_apps/health/health_activity_summary_card_segments.h index 1a9b38c1..204a8700 100644 --- a/src/fw/apps/system_apps/health/health_activity_summary_card_segments.h +++ b/src/fw/apps/system_apps/health/health_activity_summary_card_segments.h @@ -19,7 +19,7 @@ #include "health_progress.h" //! 5 main segments + 2 real corners + 2 endcaps implemented as corners (for bw) -//! Each of the 5 non-corener segments get 20% of the total +//! Each of the 5 non-corner segments get 20% of the total #define AMOUNT_PER_SEGMENT (HEALTH_PROGRESS_BAR_MAX_VALUE * 20 / 100) // Found through trial and error diff --git a/src/fw/apps/system_apps/health/health_hr_summary_card_segments.h b/src/fw/apps/system_apps/health/health_hr_summary_card_segments.h index 90dbd10c..2f1c5863 100644 --- a/src/fw/apps/system_apps/health/health_hr_summary_card_segments.h +++ b/src/fw/apps/system_apps/health/health_hr_summary_card_segments.h @@ -19,7 +19,7 @@ #include "health_progress.h" //! 4 main segments + 4 real corners -//! Each of the 4 non-corener segments get 25% of the total +//! Each of the 4 non-corner segments get 25% of the total #define AMOUNT_PER_SEGMENT (HEALTH_PROGRESS_BAR_MAX_VALUE * 25 / 100) // The shape is the same, but the offsets are different