disable driver auto init in examples

This commit is contained in:
Sergio R. Caprile 2024-03-13 11:09:57 -03:00
parent c2d26553c6
commit 8554aa4da4
5 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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