commit | 9f91db309c6810e0c1584c017830d04991d82805 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Thu Feb 13 11:24:18 2025 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Thu Feb 13 11:24:18 2025 +0800 |
tree | 1770b9b968cd865c848f8d0af6920535a86010be | |
parent | beb61cc3d916d494a348c93a7e1c76ae5997f02b [diff] [blame] |
Del dev_info v1 Change-Id: Iaa89db40f960f30dfefe6f455dbe886c9d2bb2df
diff --git a/mbtk/mbtk_utils/mbtk_reboot.c b/mbtk/mbtk_utils/mbtk_reboot.c index 3a85294..a355235 100755 --- a/mbtk/mbtk_utils/mbtk_reboot.c +++ b/mbtk/mbtk_utils/mbtk_reboot.c
@@ -1,10 +1,7 @@ #include <string.h> #include "mbtk_type.h" -#ifdef MBTK_DEV_INFO_VERSION_2 -#include "mbtk_device_v2.h" -#else + #include "mbtk_device.h" -#endif #include "mbtk_utils.h" #if 0 static char* band_2_str(mbtk_modem_band_area_enum band_area)