Replace tabs with spaces

This commit is contained in:
Scott Lahteine
2020-10-02 17:04:23 -05:00
parent 0507df61b2
commit 02b17886c9
2 changed files with 32 additions and 32 deletions

View File

@ -113,8 +113,8 @@ enum Commands { // based on Smoothieware commands
// Other commands... 0xE0 thru 0xFF
GET_LCD_ROW = 0xE0, // for detect panel
GET_LCD_COL, // reserved for compatibility with Smoothieware, not used
LCD_PUT, // write one line to LCD
INIT_SCREEN = 0xFE, // clear panel buffer
LCD_PUT, // write one line to LCD
INIT_SCREEN = 0xFE, // clear panel buffer
};
static unsigned char framebuffer[FBSIZE];