commit | 141ce61b27bf496c0d030fbb5313f94ca7f36be7 | [log] [tgz] |
---|---|---|
author | gy.tang <gy.tang@mobiletek.cn> | Wed Jul 03 11:01:58 2024 +0800 |
committer | gy.tang <gy.tang@mobiletek.cn> | Wed Jul 03 11:01:58 2024 +0800 |
tree | 91f5c7e4eff391a6a5ff34370329c82d559ba8fb | |
parent | 76541c9bfe0b2db4df055873e9c6523af29e572a [diff] [blame] |
[L508][优化GPIO测试][根据参数(=1)区分是否测试gnss pin脚,上报失败pin脚号] Change-Id: I20a5a47c92a01a58047b951f041f5b567b83962a
diff --git a/mbtk/libmbtk_factory/mbtk_gpio_def.h b/mbtk/libmbtk_factory/mbtk_gpio_def.h index e9ba6a5..4234f86 100755 --- a/mbtk/libmbtk_factory/mbtk_gpio_def.h +++ b/mbtk/libmbtk_factory/mbtk_gpio_def.h
@@ -163,5 +163,11 @@ uint8 mbtk_gpio_test_result; // 0 is pass, 1 is low failed, 2 is high failed }mbtk_gpio_paired_info_struct; +typedef struct +{ + uint16 gpio_num; + uint16 pin_num; //moudle pin num +}mbtk_gpio_test_pin_and_gpio; + #endif /*__GPIO_DEFINE_H__*/