NXP Touch Cursor example for LPCXpresso54608, modified for use with Mbed OS.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers stdio_thread.h Source File

stdio_thread.h

00001 #ifndef __STDIO_THREAD_H__
00002 #define __STDIO_THREAD_H__
00003 
00004 int safe_printf(const char *format, ...);
00005 
00006 #endif // __STDIO_THREAD_H__