Issue #18: Add safety mem corrupt error flag
This commit is contained in:
		@@ -91,6 +91,7 @@ static volatile struct error_flag flags[] = {
 | 
			
		||||
	ERR_FLAG_ENTRY(ERR_FLAG_UNCAL, false),
 | 
			
		||||
	ERR_FLAG_ENTRY(ERR_FLAG_DEBUG, true),
 | 
			
		||||
	ERR_FLAG_ENTRY(ERR_FLAG_TIMING_MAIN_LOOP, false),
 | 
			
		||||
	ERR_FLAG_ENTRY(ERR_FLAG_SAFETY_MEM_CORRUPT, true),
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static volatile struct timing_mon timings[] = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user