Fix mbed examples after minar upgrade

This commit is contained in:
Manuel Pégourié-Gonnard 2015-09-18 14:36:57 +02:00
parent 8cea8ad8b8
commit ca4fb7154a
5 changed files with 5 additions and 5 deletions

View file

@ -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 */