mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-26 22:41:03 +08:00
disable driver auto init in examples
This commit is contained in:
parent
c2d26553c6
commit
8554aa4da4
@ -13,6 +13,7 @@
|
||||
|
||||
// <q> Enable builtin TCP/IP stack
|
||||
#define MG_ENABLE_TCPIP 1
|
||||
#define MG_ENABLE_TCPIP_DRIVER_INIT 0
|
||||
|
||||
// <h> Network Drivers for builtin TCP/IP stack
|
||||
// <q> Enable STM23Fxx Ethernet driver
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
// <q> Enable builtin TCP/IP stack
|
||||
#define MG_ENABLE_TCPIP 1
|
||||
#define MG_ENABLE_TCPIP_DRIVER_INIT 0
|
||||
|
||||
// <h> Network Drivers for builtin TCP/IP stack
|
||||
// <q> Enable STM23Fxx Ethernet driver
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
// <q> Enable builtin TCP/IP stack
|
||||
#define MG_ENABLE_TCPIP 1
|
||||
#define MG_ENABLE_TCPIP_DRIVER_INIT 0
|
||||
|
||||
// <h> Network Drivers for builtin TCP/IP stack
|
||||
// <q> Enable STM23Fxx Ethernet driver
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
// <q> Enable builtin TCP/IP stack
|
||||
#define MG_ENABLE_TCPIP 1
|
||||
#define MG_ENABLE_TCPIP_DRIVER_INIT 0
|
||||
|
||||
// <h> Network Drivers for builtin TCP/IP stack
|
||||
// <q> Enable STM23Fxx Ethernet driver
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
// <q> Enable builtin TCP/IP stack
|
||||
#define MG_ENABLE_TCPIP 1
|
||||
#define MG_ENABLE_TCPIP_DRIVER_INIT 0
|
||||
|
||||
// <h> Network Drivers for builtin TCP/IP stack
|
||||
// <q> Enable STM23Fxx Ethernet driver
|
||||
|
Loading…
x
Reference in New Issue
Block a user