Subversion Repositories EngineBay2

Rev

Rev 48 | 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.  *      $Log$
  8.  */
  9.  
  10. #ifndef MISC_H_
  11. #define MISC_H_
  12.  
  13. extern void _init(void);
  14.  
  15. extern volatile char TimerFlag;
  16.  
  17.  
  18. #endif /* MISC_H_ */
  19.