18 lines
171 B
C

/*
* reset.h
*
* Created on: 14.05.2015
* Author: wn
*/
#ifndef RESET_H_
#define RESET_H_
void resetDevice();
void watchdogReset();
#endif /* RESET_H_ */