Добавление в эмулятор поддержки функции повторного цинкования, обновление README.md
This commit is contained in:
2
utils.h
2
utils.h
@@ -197,6 +197,7 @@ extern char auto_mode_pause;
|
||||
// Кнопки с панели
|
||||
extern char hla_night_mode;
|
||||
extern char hla_correct_command;
|
||||
extern char hla_zinc_again;
|
||||
|
||||
// разрешение на работу планировщика
|
||||
extern char scheduler_en;
|
||||
@@ -241,6 +242,7 @@ extern short scheduler_stage;
|
||||
|
||||
#define auto_mode_pause _c_auto_mode_pause
|
||||
#define hla_night_mode _c_hla_night_mode
|
||||
#define hla_zinc_again _c_hla_zinc_again
|
||||
#define hla_correct_command _c_hla_correct_command
|
||||
|
||||
#define scheduler_stage _c_scheduler_stage
|
||||
|
||||
Reference in New Issue
Block a user