17 lines
170 B
C
Raw Permalink Normal View History

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