Rev 48 | Details | Compare with Previous | Last modification | View Log | RSS feed
/*
* misc.h
*
* Created on: 21 Sep 2016
* Author: Mike
* $Log$
*/
#ifndef MISC_H_
#define MISC_H_
extern void _init(void);
extern volatile char TimerFlag;
#endif /* MISC_H_ */