aboutsummaryrefslogtreecommitdiffstats
path: root/demos/benchmarks/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/benchmarks/main.c')
-rw-r--r--demos/benchmarks/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/benchmarks/main.c b/demos/benchmarks/main.c
index 65dbd0bc..17058610 100644
--- a/demos/benchmarks/main.c
+++ b/demos/benchmarks/main.c
@@ -89,7 +89,7 @@ void benchmark(void) {
uint32_t i, pixels, ms, pps;
char pps_str[25];
gCoord height, width, rx, ry, rcx, rcy;
- color_t random_color;
+ gColor random_color;
font_t font;
gdispSetOrientation(GDISP_ROTATE_90);