Move app/service code from tactility-core to tactility (#14)
* Move app/service code from tactility-core to tactility * fix formatting * updated dev docs
This commit is contained in:
committed by
GitHub
parent
0c724e2e68
commit
e2209ccba8
@@ -12,8 +12,7 @@
|
||||
// Forward declarations
|
||||
static void wifi_connect_event_callback(const void* message, void* context);
|
||||
|
||||
static void on_connect(const char* ssid, const char* password, void* parameter) {
|
||||
UNUSED(parameter);
|
||||
static void on_connect(const char* ssid, const char* password, TT_UNUSED void* parameter) {
|
||||
wifi_connect(ssid, password);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user