Skip to content

Commit

Permalink
Tidy up WiFiNINA #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
pmantoine committed Nov 23, 2023
1 parent 5bc677e commit a894ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wifi_NINA.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
© 2023 Paul M. Antoine
© 2021 Harald Barth
© 2021-23 Harald Barth
© 2023 Nathan Kellenicki
© 2023 Travis Farmer
© 2023 Chris Harlow
Expand All @@ -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
Expand Down

0 comments on commit a894ebb

Please sign in to comment.