From 04f74b310dd756e98f9d5be2598cdc7cb455c03f Mon Sep 17 00:00:00 2001 From: philippe44 Date: Thu, 27 Feb 2020 23:07:27 -0800 Subject: [PATCH] typos - release --- components/display/SSD1306.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/display/SSD1306.c b/components/display/SSD1306.c index 7cea4505..eada1e12 100644 --- a/components/display/SSD1306.c +++ b/components/display/SSD1306.c @@ -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 );