typos - release

This commit is contained in:
philippe44
2020-02-27 23:07:27 -08:00
parent 7584b1bd5b
commit 04f74b310d

View File

@@ -25,7 +25,7 @@ struct SSD1306_Private {
uint8_t *Shadowbuffer;
};
// Functions are not deckared to minimize # of lines
// Functions are not declared to minimize # of lines
static void SetColumnAddress( struct GDS_Device* Device, uint8_t Start, uint8_t End ) {
Device->WriteCommand( Device, 0x21 );