Исправлена ошибка линковки из-за hla-pause, добавлено переключение паузы и ночного режима. добавлена трассировка кода роботов на "панель"
This commit is contained in:
2
utils.h
2
utils.h
@@ -347,7 +347,7 @@ void create_operation(struct robot_code *code, const short barrel_id, const shor
|
||||
const short current_zone, const short robot_id);
|
||||
|
||||
#ifdef EMULATOR
|
||||
void debug_print_robot_code(const struct robot_code* code, const short robot_id);
|
||||
void debug_print_robot_code(const struct robot_code *code, const short robot_id, int fd);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user