mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
Tidy up WiFiNINA #ifdef
This commit is contained in:
parent
5bc677e566
commit
a894ebbdaa
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
© 2023 Paul M. Antoine
|
||||
© 2021 Harald Barth
|
||||
© 2021-23 Harald Barth
|
||||
© 2023 Nathan Kellenicki
|
||||
© 2023 Travis Farmer
|
||||
© 2023 Chris Harlow
|
||||
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
#include "defines.h"
|
||||
|
||||
#ifdef WIFI_NINA || GIGA_WIFI
|
||||
#if defined(WIFI_NINA) || defined(GIGA_WIFI)
|
||||
//#include <vector>
|
||||
#include <SPI.h>
|
||||
#ifndef ARDUINO_GIGA
|
||||
|
|
Loading…
Reference in New Issue
Block a user