]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/oswald_graphics.h
Oh boy... lots of changes, too many to describe
[oswald.git] / ui / oswald_graphics.h
index 45c9941d3a7db31458e4126e1a57919750d0348c..3d5d6bdc00ed785b29edf3393396388e58972c64 100644 (file)
@@ -8,7 +8,7 @@
 #include "oswald_graphics.h"
 
 
-void oswald_draw_Line(u8t xstart, u8t ystart, u8t xend, u8t yend);
+void oswald_draw_Line(uint8_t xstart, uint8_t ystart, uint8_t xend, uint8_t yend);
 
 void oswald_draw_line_ww(u8t xstart, u8t ystart, u8t xend, u8t yend, u8t thickness);