cc3200: Replace physical tabs with spaces.
Preparing this to move to drivers/ directory, want to make it as similar to original code from TI as possible.
This commit is contained in:
parent
4a23a01945
commit
36e2845e36
|
@ -294,11 +294,7 @@ extern "C"
|
|||
#define SL_INC_NET_APP_PKG
|
||||
#define SL_INC_NET_CFG_PKG
|
||||
#define SL_INC_FS_PKG
|
||||
#if defined(DEBUG) && !defined(BOOTLOADER)
|
||||
#define SL_INC_ARG_CHECK
|
||||
#else
|
||||
#undef SL_INC_ARG_CHECK
|
||||
#endif
|
||||
#define SL_INC_WLAN_PKG
|
||||
#define SL_INC_SOCKET_PKG
|
||||
#define SL_INC_SOCK_CLIENT_SIDE_API
|
||||
|
|
Loading…
Reference in New Issue