Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000_socket.h
- Revision:
- 4:15b58c119a0a
- Parent:
- 0:615c697c33b0
- Child:
- 20:30b6ed7bf8fd
diff -r ad95e296bfbf -r 15b58c119a0a cc3000_socket.h --- a/cc3000_socket.h Thu Sep 19 08:04:22 2013 +0000 +++ b/cc3000_socket.h Sat Sep 21 15:01:05 2013 +0000 @@ -41,6 +41,8 @@ #ifndef CC3000_SOCKET_H #define CC3000_SOCKET_H +#define SOCKET_MAX_FREE_BUFFERS 6 + #define SOCKET_STATUS_ACTIVE 0 #define SOCKET_STATUS_INACTIVE 1
