extern c definition added
This commit is contained in:
parent
1cc0847bb5
commit
8c294729d0
@ -13,7 +13,7 @@ extern "C" {
|
||||
* Architecture dependant portmacro.h function call.
|
||||
* Should be implemented in bsp.
|
||||
*/
|
||||
extern void vRequestContextSwitchFromISR();
|
||||
extern "C" void vRequestContextSwitchFromISR();
|
||||
|
||||
/*!
|
||||
* Used by functions to tell if they are being called from
|
||||
|
Loading…
Reference in New Issue
Block a user