PlottWare/PlottWareFirmware/selfreset.h

8 lines
134 B
C
Raw Permalink Normal View History

2019-08-08 14:02:07 +00:00
#ifndef SELFRESET_H_INCLUDED
#define SELFRESET_H_INCLUDED
//self reset
void(* selfReset) (void) = 0;
#endif // SELFRESET_H_INCLUDED