From 6c8518465b9d44d7053579dc90adba201826ad49 Mon Sep 17 00:00:00 2001 From: matiasus Date: Tue, 20 Jul 2021 11:01:38 +0200 Subject: [PATCH] Update comments --- lib/ssd1306.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ssd1306.c b/lib/ssd1306.c index 3eadf4a..dc9622b 100644 --- a/lib/ssd1306.c +++ b/lib/ssd1306.c @@ -562,7 +562,6 @@ uint8_t SSD1306_DrawPixel (uint8_t x, uint8_t y) /** * @desc Draw line by Bresenham algoritm - * @surce https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm * * @param uint8_t x start position / 0 <= cols <= MAX_X-1 * @param uint8_t x end position / 0 <= cols <= MAX_X-1