From 313d899ea76a728046c194ded35c2d20909cb707 Mon Sep 17 00:00:00 2001 From: huangcm <1263938474@qq.com> Date: Mon, 10 Mar 2025 02:49:38 +0000 Subject: [PATCH] fix(touchscreen): fix ft8756 .i to .h --- longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_flash/focaltech_upgrade_ft8756m.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_flash/focaltech_upgrade_ft8756m.c b/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_flash/focaltech_upgrade_ft8756m.c index f506aad..a4a0d67 100755 --- a/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_flash/focaltech_upgrade_ft8756m.c +++ b/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_flash/focaltech_upgrade_ft8756m.c @@ -38,7 +38,7 @@ * Global variable or extern global variabls/functions *****************************************************************************/ u8 pb_file_ft8756[] = { -#include "../include/pramboot/FT8756_Pramboot_V1.3_20200116.i" +#include "../include/pramboot/FT8756_Pramboot_V1.3_20200116.h" }; /***************************************************************************** -- Gitblit v1.6.2