aboutsummaryrefslogtreecommitdiff
path: root/examples/others/monkey/lv_example_monkey_3.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/others/monkey/lv_example_monkey_3.c')
-rw-r--r--examples/others/monkey/lv_example_monkey_3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/others/monkey/lv_example_monkey_3.c b/examples/others/monkey/lv_example_monkey_3.c
index c5298cc8c..c4329834f 100644
--- a/examples/others/monkey/lv_example_monkey_3.c
+++ b/examples/others/monkey/lv_example_monkey_3.c
@@ -4,7 +4,7 @@
void lv_example_monkey_3(void)
{
static lv_point_t btn_points[3];
- lv_coord_t hor_res = LV_HOR_RES;
+ int32_t hor_res = LV_HOR_RES;
/*Create button monkey test*/
lv_monkey_config_t config;