UPD morse delay slower for fast morse, 2024 standard time
This commit is contained in:
@ -26,7 +26,7 @@ extern "C" {
|
||||
#define STR(x) STR_HELPER(x)
|
||||
#endif
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 4
|
||||
#define VERSION_MINOR 5
|
||||
#ifdef DEBUG
|
||||
#define VERSION_DEBUG ".D"
|
||||
#else
|
||||
@ -41,7 +41,7 @@ extern "C" {
|
||||
|
||||
/* #define COMPILE_YEAR (__DATE__ + 7) */
|
||||
#define DATE_COMPILE_CENTURY (20)
|
||||
#define DATE_COMPILE_YEAR (22)
|
||||
#define DATE_COMPILE_YEAR (24)
|
||||
|
||||
#if !defined _SYS_ERRNO_H_ && !defined __ERRNO_H__ && !defined __AT1_ERROR_NUMBERS__
|
||||
#define __AT1_ERROR_NUMBERS__
|
||||
|
Reference in New Issue
Block a user