Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
DM: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm1278 committed Nov 1, 2018
1 parent 62e2153 commit aaa27a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/flash_erase/flash_erase.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Adafruit_QSPI_GD25Q flash;
#else
#define NEOPIXPIN 40
Adafruit_QSPI_GD25 flash;
Adafruit_QSPI_GD25Q flash;
#endif

Adafruit_NeoPixel strip = Adafruit_NeoPixel(1, NEOPIXPIN, NEO_GRB + NEO_KHZ800);
Expand Down Expand Up @@ -49,4 +49,4 @@ void setup(){
void loop(){
//don't even do anything
}


0 comments on commit aaa27a8

Please sign in to comment.