Add new Flag: ERR_FLAG_SAFETY_TAB_CORRUPT

This commit is contained in:
2020-09-08 20:15:40 +02:00
parent 1c1d1c4c97
commit a838bf3af8
2 changed files with 83 additions and 15 deletions

View File

@@ -40,6 +40,7 @@ enum safety_flag {
ERR_FLAG_DEBUG = (1<<13),
ERR_FLAG_TIMING_MAIN_LOOP = (1<<14),
ERR_FLAG_SAFETY_MEM_CORRUPT = (1<<15),
ERR_FLAG_SAFETY_TAB_CORRUPT = (1<<16),
};
enum timing_monitor {