mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-14 06:28:12 +03:00
Fix mbed examples after minar upgrade
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user