engine_control/source/firmware/arch/stm32f4xx/__dep/print.h

14 lines
153 B
C
Raw Normal View History

2016-07-23 05:59:54 +00:00
/*
* print.h
*
* Created on: May 22, 2012
* Author: tkl
*/
#ifndef PRINT_H_
#define PRINT_H_
void PrintChar(char c);
#endif /* PRINT_H_ */