st7735s: i can draw
[cortex-from-scratch] / include / lib / regfunc.h
index 4b938c7..058d1e8 100644 (file)
@@ -6,7 +6,7 @@ extern void rclrbit(volatile uint32_t *, short);
 extern void rsetbitsfrom(volatile uint32_t *, short, int);
 extern int rchkbit(volatile uint32_t *, short);
 extern void rwrite(volatile uint32_t *, uint32_t);
-extern void _block(uint16_t us);
+extern void _block(uint32_t us);
 
 /* DEPRECATED 
  * extern void regw_u8(volatile uint32_t *, uint8_t, short, short);