Skip to content

Commit

Permalink
compilers dont like this
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Aug 12, 2018
1 parent a34c594 commit ff8129f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_SPITFT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ void Adafruit_SPITFT::pushColor(uint16_t color) {
@param len How many pixels to draw - 2 bytes per pixel!
*/
/**************************************************************************/
void inline Adafruit_SPITFT::writePixels(uint16_t * colors, uint32_t len){
void Adafruit_SPITFT::writePixels(uint16_t * colors, uint32_t len){
SPI_WRITE_PIXELS((uint8_t*)colors , len * 2);
}

Expand Down

0 comments on commit ff8129f

Please sign in to comment.