Add safety flag for debugbuild

This commit is contained in:
2020-07-28 23:29:35 +02:00
parent 6498aaf8b8
commit 6c4b698fd7
2 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ enum safety_flag {
ERR_FLAG_SYSTICK = (1<<10),
ERR_FLAG_WTCHDG_FIRED = (1<<11),
ERR_FLAG_UNCAL = (1<<12),
ERR_FLAG_DEBUG = (1<<13),
};
enum timing_monitor {