8 lines
134 B
C
8 lines
134 B
C
#ifndef SELFRESET_H_INCLUDED
|
|
#define SELFRESET_H_INCLUDED
|
|
|
|
//self reset
|
|
void(* selfReset) (void) = 0;
|
|
|
|
#endif // SELFRESET_H_INCLUDED
|