add STM32 to README

This commit is contained in:
Chris Conlon
2012-12-27 10:16:08 -07:00
parent 254d53bb18
commit 60f4919ee6
2 changed files with 9 additions and 1 deletions

View File

@@ -45,7 +45,7 @@
/* lwIP needs to be configured to use sockets API in this mode */
/* LWIP_SOCKET 1 in lwip/opt.h or in build */
#include "lwip/sockets.h"
#include <errno.h>
#include <errno.h>
#ifndef LWIP_PROVIDE_ERRNO
#define LWIP_PROVIDE_ERRNO 1
#endif