diff options
| author | Damien George | 2014-04-30 20:47:50 +0100 |
|---|---|---|
| committer | Damien George | 2014-04-30 20:47:50 +0100 |
| commit | 4ae52d454c211d151f0ebf6b13d0a4a14ee1563d (patch) | |
| tree | 6208fdb8694116e06a218869517d8bcbad9d55f5 /stmhal/main.c | |
| parent | cab23051d9f0b6daa36e980fb817b98147288aa4 (diff) | |
stmhal: Reinstate CC3000 driver from old stm/ port.
It's not enabled by default because it doesn't fully work. It can
connect to an AP, get an IP address and do a host-lookup, but not yet do
send or recv on a socket.
Diffstat (limited to 'stmhal/main.c')
| -rw-r--r-- | stmhal/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index a25f3f69d..603bf3188 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -36,9 +36,7 @@ #include "accel.h" #include "servo.h" #include "dac.h" -#if 0 #include "pybwlan.h" -#endif void SystemClock_Config(void); |
