no-OS
drivers
platform
mbed
mbed_platform_support.h
Go to the documentation of this file.
1
/***************************************************************************/
32
#ifndef MBED_PLATFORM_SUPPORT_H_
33
#define MBED_PLATFORM_SUPPORT_H_
34
35
/******************************************************************************/
36
/***************************** Include Files **********************************/
37
/******************************************************************************/
38
#include <stdio.h>
39
40
/******************************************************************************/
41
/*************************** Public Declarations ******************************/
42
/******************************************************************************/
43
44
char
getchar_noblock
(
void
);
45
46
#endif
/* MBED_PLATFORM_SUPPORT_H_ */
getchar_noblock
char getchar_noblock(void)
Generated by
1.8.17