From 45535c46b444c4ae33ee1e974bb06abf7254a132 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 09 Aug 2021 01:05:04 +0800 Subject: [PATCH] update appweb build shell script --- modules/c/sht20.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/modules/c/sht20.c b/modules/c/sht20.c index 5395bbe..04a7219 100644 --- a/modules/c/sht20.c +++ b/modules/c/sht20.c @@ -17,8 +17,7 @@ #include <sys/ioctl.h> #include <linux/types.h> #include <sys/stat.h> -#include <linux/i2c.h> -#include <linux/i2c-dev.h> +#include <linux/i2c-dev.h> #include <stdio.h> #include <stdlib.h> #include <sys/types.h> -- Gitblit v1.9.1