no-OS
mbed_platform_support.h
Go to the documentation of this file.
1 /***************************************************************************/
38 #ifndef MBED_PLATFORM_SUPPORT_H_
39 #define MBED_PLATFORM_SUPPORT_H_
40 
41 /******************************************************************************/
42 /***************************** Include Files **********************************/
43 /******************************************************************************/
44 #include <stdio.h>
45 
46 /******************************************************************************/
47 /*************************** Public Declarations ******************************/
48 /******************************************************************************/
49 
50 char getchar_noblock(void);
51 
52 #endif /* MBED_PLATFORM_SUPPORT_H_ */
getchar_noblock
char getchar_noblock(void)