aruaru / Mbed OS mbed-os-stm32l4-dma-uart
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers application.h Source File

application.h

00001 /*
00002  * application.h
00003  *
00004  *  Created on: 2019/04/06
00005  *      Author: aruaru
00006  */
00007 
00008 #ifndef SOURCE_APPLICATION_H_
00009 #define SOURCE_APPLICATION_H_
00010 
00011 
00012 
00013 #define logMessage printfunc
00014 
00015 int printfunc(const char *format, ...);
00016 
00017 #endif /* SOURCE_APPLICATION_H_ */