mbed(SerialHalfDuplex入り)

Fork of mbed by mbed official

Committer:
yusuke_kyo
Date:
Wed Apr 08 08:04:18 2015 +0000
Revision:
98:01a414ca7d6d
Parent:
93:e188a91d3eaa
remove SerialHalfDuplex.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 93:e188a91d3eaa 1 #ifndef SYS_HELPER_H
Kojto 93:e188a91d3eaa 2 #define SYS_HELPER_H
Kojto 93:e188a91d3eaa 3
Kojto 93:e188a91d3eaa 4 #include <stdint.h>
Kojto 93:e188a91d3eaa 5
Kojto 93:e188a91d3eaa 6 #ifdef __cplusplus
Kojto 93:e188a91d3eaa 7 extern "C" {
Kojto 93:e188a91d3eaa 8 #endif
Kojto 93:e188a91d3eaa 9
Kojto 93:e188a91d3eaa 10 uint32_t __reserved_stack_size();
Kojto 93:e188a91d3eaa 11
Kojto 93:e188a91d3eaa 12 #ifdef __cplusplus
Kojto 93:e188a91d3eaa 13 }
Kojto 93:e188a91d3eaa 14 #endif
Kojto 93:e188a91d3eaa 15
Kojto 93:e188a91d3eaa 16 #endif