From 4ae52d454c211d151f0ebf6b13d0a4a14ee1563d Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 30 Apr 2014 20:47:50 +0100 Subject: 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. --- stmhal/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'stmhal/main.c') 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); -- cgit v1.2.3