Subversion Repositories EngineBay2

Rev

Rev 9 | Go to most recent revision | Details | 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
6
 */
7
 
8
#ifndef MISC_H_
9
#define MISC_H_
10
 
11
extern void _init(void);
12
 
13
 
14
 
15
#endif /* MISC_H_ */