aboutsummaryrefslogtreecommitdiff
path: root/include/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/station.h')
-rw-r--r--include/station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/station.h b/include/station.h
index 70d1b14..39d7f53 100644
--- a/include/station.h
+++ b/include/station.h
@@ -2,6 +2,6 @@
#ifndef STATION_H_
#define STATION_H_
-void wifi_init_station();
+void wifi_init_station(const char* ssid, const char* psk);
#endif /* STATION_H_ */