Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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_ */
Generated on Fri Jul 15 2022 23:04:23 by
1.7.2