Fix string sanitation logic error.

This commit is contained in:
J-D-K
2025-09-13 22:20:44 -04:00
parent 320569e98f
commit 073d8a5169
3 changed files with 8 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ namespace
/// @brief Build month.
constexpr uint8_t BUILD_MON = 9;
/// @brief Build day.
constexpr uint8_t BUILD_DAY = 8;
constexpr uint8_t BUILD_DAY = 13;
/// @brief Year.
constexpr uint16_t BUILD_YEAR = 2025;