15 lines
416 B
C++
15 lines
416 B
C++
|
/******************** (C) COPYRIGHT 2024 GeekRebot *****************************
|
|||
|
* File Name : bsp_NVIC.c
|
|||
|
* Current Version : V1.0 & ST 3.5.0
|
|||
|
* Author : zhanli 719901725@qq.com
|
|||
|
* Date of Issued : 2024.01.13 zhanli: Create
|
|||
|
* Comments : <EFBFBD>ж<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
********************************************************************************/
|
|||
|
#include "bsp_nvic.h"
|
|||
|
|
|||
|
|
|||
|
void NVIC_Config(void)
|
|||
|
{
|
|||
|
}
|
|||
|
|