diff --git a/src/SAM4S_4E_E70/asf/conf_eth.h b/src/SAM4S_4E_E70/asf/conf_eth.h index ff39e3e5..453c76a6 100644 --- a/src/SAM4S_4E_E70/asf/conf_eth.h +++ b/src/SAM4S_4E_E70/asf/conf_eth.h @@ -56,7 +56,7 @@ extern "C" { /// @endcond -#if defined(__SAME70Q21__) || defined(__SAME70Q20B__) || defined(__SAME70Q21B__) +#if defined(__SAME70Q20B__) || defined(__SAME70Q21B__) || defined(__SAMV71Q20B__) || defined(__SAMV71Q21B__) # include "gmac/gmac.h" @@ -65,7 +65,7 @@ extern "C" { * to be sent into one single pbuf. This is for compatibility with DMA-enabled * MACs that do not support scatter-gather. */ -#define LWIP_NETIF_TX_SINGLE_PBUF 1 +# define LWIP_NETIF_TX_SINGLE_PBUF 1 /** Number of buffer for RX */ # define GMAC_RX_BUFFERS 8