Fix code style
This commit is contained in:
		@@ -42,8 +42,8 @@ int watchdog_ack(uint32_t magic);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @brief Check if reset was generated by the watchdog.
 | 
			
		||||
 * @note This also clears the relevant flag, so the function will reutrn false when called a second time
 | 
			
		||||
 * @return
 | 
			
		||||
 * @note This also clears the relevant flag, so the function will return false when called a second time
 | 
			
		||||
 * @return true, if reset was generated by the watchdog
 | 
			
		||||
 */
 | 
			
		||||
bool watchdog_check_reset_source(void);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user