Parcourir la source

Fix AVR compile issue

A define was under a #ifdef that it should not have been
main
Kurt Eckhardt il y a 7 ans
Parent
révision
a7e6fcc21a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      SPI.h

+ 1
- 1
SPI.h Voir le fichier

@@ -308,8 +308,8 @@ private:
static uint8_t interruptSave; // temp storage, to restore state
#ifdef SPI_TRANSACTION_MISMATCH_LED
static uint8_t inTransactionFlag;
static uint8_t _transferWriteFill;
#endif
static uint8_t _transferWriteFill;
};



Chargement…
Annuler
Enregistrer