From 8650f5e1d7bb72625ae5d6cda2974f6fafa6362d Mon Sep 17 00:00:00 2001 From: dario-loi Date: Sun, 24 Nov 2024 20:22:24 +0100 Subject: Formatted header --- fbgl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fbgl.h b/fbgl.h index 84ce454..62febfd 100644 --- a/fbgl.h +++ b/fbgl.h @@ -161,7 +161,6 @@ void fbgl_clear(uint32_t color); void fbgl_put_pixel(int x, int y, uint32_t color, fbgl_t *fb); void fbgl_draw_line(fbgl_point_t x, fbgl_point_t y, uint32_t color, fbgl_t *fb); - /** * Access framebuffer data methods */ -- cgit v1.2.3