From 78e84fcf264afd731cd66c807d9fcb690fe12126 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期一, 16 十二月 2024 10:08:16 +0800 Subject: [PATCH] 兼容真趣的基站 --- 01_SDK/nimble/samples/bluetooth/ble_central/keil_107x/ble_central.uvprojx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/01_SDK/nimble/samples/bluetooth/ble_central/keil_107x/ble_central.uvprojx b/01_SDK/nimble/samples/bluetooth/ble_central/keil_107x/ble_central.uvprojx index 6b30339..73b1ee7 100644 --- a/01_SDK/nimble/samples/bluetooth/ble_central/keil_107x/ble_central.uvprojx +++ b/01_SDK/nimble/samples/bluetooth/ble_central/keil_107x/ble_central.uvprojx @@ -16,7 +16,7 @@ <TargetCommonOption> <Device>ARMCM0</Device> <Vendor>ARM</Vendor> - <PackID>ARM.CMSIS.5.8.0</PackID> + <PackID>ARM.CMSIS.5.7.0</PackID> <PackURL>http://www.keil.com/pack/</PackURL> <Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu> <FlashUtilSpec></FlashUtilSpec> -- Gitblit v1.9.3