Subversion Repositories EngineBay2

Rev

Rev 9 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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_ */
  16.