From e734459dddd241370c6443cb34243e4998b153c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rex=20Tsai=20=28=E8=94=A1=E5=BF=97=E5=B1=95=29?= Date: Sat, 16 Sep 2017 16:23:35 +0800 Subject: [PATCH] AQI: Fix a typo in AQI calculation tablet. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rex Tsai (蔡志展) Signed-off-by: Abhishek Malik --- src/utilities/upm_utilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities/upm_utilities.c b/src/utilities/upm_utilities.c index dbe5355b..c655ca1b 100644 --- a/src/utilities/upm_utilities.c +++ b/src/utilities/upm_utilities.c @@ -41,7 +41,7 @@ static struct aqi { int llow; int lhigh; } aqi[] = { - {0.0, 12.4, 0, 50}, + {0.0, 12.0, 0, 50}, {12.1, 35.4, 51, 100}, {35.5, 55.4, 101, 150}, {55.5, 150.4, 151, 200},