mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-08 18:45:14 -05:00
FileMode/FileOption debugging, fixes, and added safety.
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
namespace
|
||||
{
|
||||
/// @brief Build month.
|
||||
constexpr uint8_t BUILD_MON = 8;
|
||||
constexpr uint8_t BUILD_MON = 9;
|
||||
/// @brief Build day.
|
||||
constexpr uint8_t BUILD_DAY = 29;
|
||||
constexpr uint8_t BUILD_DAY = 6;
|
||||
/// @brief Year.
|
||||
constexpr uint16_t BUILD_YEAR = 2025;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user