Clean up W25QXXFlash class

This commit is contained in:
Scott Lahteine
2020-09-10 17:34:41 -05:00
parent b33f4ba300
commit 6759aff220
6 changed files with 4 additions and 18 deletions

View File

@@ -24,9 +24,10 @@
#if HAS_SPI_FLASH
#include "W25Qxx.h"
#include <SPI.h>
#include "W25Qxx.h"
W25QXXFlash W25QXX;
#ifndef SPI_FLASH_MISO_PIN
#define SPI_FLASH_MISO_PIN W25QXX_MISO_PIN