device reset after failed DHCP request to recognize dead ethernet module

This commit is contained in:
hg
2015-05-14 10:54:02 +02:00
parent b0bb23dcad
commit 3cb834208d
4 changed files with 85 additions and 33 deletions

17
reset.h Normal file
View File

@ -0,0 +1,17 @@
/*
* reset.h
*
* Created on: 14.05.2015
* Author: wn
*/
#ifndef RESET_H_
#define RESET_H_
void resetDevice();
void watchdogReset();
#endif /* RESET_H_ */