Skip to content
This repository was archived by the owner on May 24, 2019. It is now read-only.

Fix Realtek wifi macro name #44

Merged
merged 1 commit into from
Sep 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion easy-connect.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define MESH_LOWPAN_ND 3
#define MESH_THREAD 4
#define WIFI_ODIN 5
#define WIFI_REALTEK 6
#define WIFI_RTW 6
#define CELLULAR_ONBOARD 7

#if MBED_CONF_APP_NETWORK_INTERFACE == WIFI_ESP8266
Expand Down