summaryrefslogtreecommitdiff
path: root/fbgl.h
diff options
context:
space:
mode:
authordario-loi <loi.1940849@studenti.uniroma1.it>2024-11-24 20:22:24 +0100
committerdario-loi <loi.1940849@studenti.uniroma1.it>2024-11-24 20:22:24 +0100
commit8650f5e1d7bb72625ae5d6cda2974f6fafa6362d (patch)
tree14d7dfd2b4c86dcb3b27912513439b4648145733 /fbgl.h
parenta3bfd065071e2dd4e772fae9da7908ce523148c6 (diff)
Formatted header
Diffstat (limited to 'fbgl.h')
-rw-r--r--fbgl.h1
1 files changed, 0 insertions, 1 deletions
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
*/