Skip to content

Commit a19501e

Browse files
committed
typo in comment
1 parent 8fbbdc9 commit a19501e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_SSD1306.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class Adafruit_SSD1306 : public Adafruit_GFX {
187187
int8_t dcPin;
188188
/** protected: (Chip Select Pin) set when using SPI set during construction. */
189189
int8_t csPin;
190-
/** protected: /** protected: Display reset pin. set during construction. */
190+
/** protected: Display reset pin assignment. Set during construction. */
191191
int8_t rstPin;
192192

193193
#ifdef HAVE_PORTREG

0 commit comments

Comments
 (0)