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

@ -513,7 +513,7 @@ void app_start(int, char*[]) {
printf("Client IP Address is %s\r\n", eth.getIPAddress());
mbed::FunctionPointer1<void, const char*> fp(hello, &HelloHTTPS::startTest);
mbed::util::FunctionPointer1<void, const char*> fp(hello, &HelloHTTPS::startTest);
minar::Scheduler::postCallback(fp.bind(HTTPS_PATH));
}