Исправление ночного режима, мелкие исправления логики

This commit is contained in:
2023-02-12 20:47:08 +03:00
parent 2297d7c7a9
commit ee7658b131
4 changed files with 29 additions and 16 deletions

View File

@@ -404,6 +404,8 @@ char is_accessible_zone(short zone);
*/
char increment_zone(short zone);
short get_first_night_zone();
#ifdef EMULATOR
void debug_print_robot_code(const struct robot_code *code, const short robot_id, int fd);
#endif