Remove inadvertently added space character

This commit is contained in:
Scott Allen 2017-04-18 12:41:34 -04:00
parent e235f26def
commit dac16d5e36
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ class Arduboy2Base : public Arduboy2Core
* specified color. The values WHITE or BLACK can be used for the color.
* If the `color` parameter isn't included, the pixel will be set to WHITE.
*/
void drawPixel(int16_t x, int16_t y, uint8_t color = WHITE);
void drawPixel(int16_t x, int16_t y, uint8_t color = WHITE);
/** \brief
* Returns the state of the given pixel in the screen buffer.