Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
93:e188a91d3eaa
.

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