17 lines
170 B
C
17 lines
170 B
C
/*
|
|
* reset.h
|
|
*
|
|
* Created on: 14.05.2015
|
|
* Author: wn
|
|
*/
|
|
|
|
#ifndef RESET_H_
|
|
#define RESET_H_
|
|
|
|
|
|
void resetDevice();
|
|
void watchdogReset();
|
|
|
|
|
|
#endif /* RESET_H_ */
|