correcting commit errors.
This commit is contained in:
parent
7cc358b56b
commit
1740a83e11
8 changed files with 48 additions and 106 deletions
|
|
@ -1,10 +1,13 @@
|
|||
#ifndef __WATCHDOGH
|
||||
#define __WATCHDOGH
|
||||
#ifdef
|
||||
#include "Configuration.h"
|
||||
//#ifdef USE_WATCHDOG
|
||||
|
||||
/// intialise watch dog with a 1 sec interrupt time
|
||||
void wd_init();
|
||||
/// pad the dog/reset watchdog. MUST be called at least every second after the first wd_init or avr will go into emergency procedures..
|
||||
void wd_reset();
|
||||
|
||||
//#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue