aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/RA6963/board_RA6963.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/RA6963/board_RA6963.h')
-rwxr-xr-xdrivers/gdisp/RA6963/board_RA6963.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/RA6963/board_RA6963.h b/drivers/gdisp/RA6963/board_RA6963.h
index 6d959775..1e4559e5 100755
--- a/drivers/gdisp/RA6963/board_RA6963.h
+++ b/drivers/gdisp/RA6963/board_RA6963.h
@@ -165,7 +165,7 @@ static GFXINLINE void post_init_board(GDisplay *g) {
(void) g;
}
-static GFXINLINE void setpin_reset(GDisplay *g, bool_t state) {
+static GFXINLINE void setpin_reset(GDisplay *g, gBool state) {
(void) g;
#if RA6963_HAS_RESET //Make Hardware Reset
if (state)
@@ -199,7 +199,7 @@ static GFXINLINE void release_bus(GDisplay *g) {
#if RA6963_NEED_READ
-static GFXINLINE uint8_t RA6963_busy_wait(uint8_t pattern, bool_t lh){
+static GFXINLINE uint8_t RA6963_busy_wait(uint8_t pattern, gBool lh){
uint8_t data;
int ii;