Subversion Repositories EngineBay2

Rev

Rev 48 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 mjames 1
/*
2
 * misc.h
3
 *
4
 *  Created on: 21 Sep 2016
5
 *      Author: Mike
28 mjames 6
 *
7
 *      $Log$
3 mjames 8
 */
9
 
10
#ifndef MISC_H_
11
#define MISC_H_
12
 
13
extern void _init(void);
14
 
9 mjames 15
extern volatile char TimerFlag;
16
 
17
 
3 mjames 18
#endif /* MISC_H_ */