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