From bf685e699dac374e7536cb81ed7ca972d01e5861 Mon Sep 17 00:00:00 2001 From: guanjiao <sqrgj@163.com> Date: 星期六, 15 九月 2018 18:16:51 +0800 Subject: [PATCH] AT指令发送写ID指令 --- 源码/核心板/Src/OnChipDevices/Rcc_Nvic_Systick.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Rcc_Nvic_Systick.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Rcc_Nvic_Systick.h" index 9ddbb98..161a76f 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Rcc_Nvic_Systick.h" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Rcc_Nvic_Systick.h" @@ -4,6 +4,8 @@ #include "stm32f10x.h" +#define DECAIRQ_EXTI_IRQn EXTI2_IRQn + void Rcc_Init(void); void Nvic_Init(void); int Systick_Init(void); -- Gitblit v1.9.3