Added extern C wrapper around yield()

This commit is contained in:
Roger Clark 2014-12-30 07:47:10 +11:00
parent 90e6ae40e9
commit 9ead72e0af
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@
void setup();
void loop();
#ifdef __cplusplus
extern "C"{
#endif // __cplusplus
void yield(void);
#ifdef __cplusplus
}
#endif // __cplusplus
#endif