]> git.donarmstrong.com Git - qmk_firmware.git/blob - tool/mbed/mbed-sdk/libraries/tests/net/cellular/http/common/httptest.h
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
[qmk_firmware.git] / tool / mbed / mbed-sdk / libraries / tests / net / cellular / http / common / httptest.h
1 #ifndef HTTPTEST_H_
2 #define HTTPTEST_H_
3
4 #include "CellularModem.h"
5
6 int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
7
8 #endif
9