Fix mbed examples after minar upgrade
This commit is contained in:
parent
8cea8ad8b8
commit
ca4fb7154a
5 changed files with 5 additions and 5 deletions
|
@ -947,7 +947,7 @@ static void run() {
|
|||
}
|
||||
|
||||
void app_start(int, char*[]) {
|
||||
minar::Scheduler::postCallback(FunctionPointer0<void>(run).bind());
|
||||
minar::Scheduler::postCallback(mbed::util::FunctionPointer0<void>(run).bind());
|
||||
}
|
||||
|
||||
#endif /* TARGET_LIKE_MBED */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue