Minor coding style and consistency fixes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#ifndef MAD_CORE_COMMON_WATCHDOG_H
|
||||
#define MAD_CORE_COMMON_WATCHDOG_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "common/types.h"
|
||||
|
||||
void WDT_Enable(void);
|
||||
void WDT_SetTimeoutFlag(unsigned char flag);
|
||||
bool WDT_HasTriggered(void);
|
||||
void WDT_Disable(void);
|
||||
void WDT_Reset(void);
|
||||
void WDT_Enable(void);
|
||||
void WDT_SetTimeoutFlag(byte flag);
|
||||
bool WDT_HasTriggered(void);
|
||||
void WDT_Disable(void);
|
||||
void WDT_Reset(void);
|
||||
|
||||
#endif // MAD_CORE_COMMON_WATCHDOG_H
|
||||
|
||||
Reference in New Issue
Block a user