spelling: corner

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:21:27 -05:00
parent 2a7d5ceaa4
commit 837f87c424
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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