Extending the X_NUCLEO_IDW01M1 to allow configuration of the board as an access point

Dependents:   X_NUCLEO_IDW01M1_AP_Test

Fork of X_NUCLEO_IDW01M1 by ST

Revision:
18:b265b3b696f1
Parent:
8:0f302a13e21b
Child:
21:9de5d3ab3615
diff -r 2c47c2aab4a4 -r b265b3b696f1 Spwf/inc/wifi_interface.h
--- a/Spwf/inc/wifi_interface.h	Thu Jun 02 06:01:26 2016 +0000
+++ b/Spwf/inc/wifi_interface.h	Tue Jun 21 20:20:50 2016 +0000
@@ -38,6 +38,8 @@
 #ifndef __WIFI_INTERFACE_H
 #define __WIFI_INTERFACE_H
 
+#define DEBUG_PRINT 1
+
 #ifdef __cplusplus
  extern "C" {
 #endif