Update fslib for range based Directory loops.

This commit is contained in:
J-D-K
2025-08-20 12:39:29 -04:00
parent 951707b372
commit 6bc3305340
10 changed files with 51 additions and 52 deletions

View File

@@ -30,7 +30,7 @@ namespace
/// @brief Build month.
constexpr uint8_t BUILD_MON = 8;
/// @brief Build day.
constexpr uint8_t BUILD_DAY = 18;
constexpr uint8_t BUILD_DAY = 19;
/// @brief Year.
constexpr uint16_t BUILD_YEAR = 2025;
} // namespace