Closed ibilux closed 6 years ago
Add the set priority for IRQn "void NVIC_SetPriority (IRQn_t IRQn, uint32_t priority)" and the read priority of IRQn "uint32_t NVIC_GetPriority (IRQn_t IRQn)"
Please make a single pull request to the library (.h and .cpp)
(Sorry for the delay)
Add the set priority for IRQn "void NVIC_SetPriority (IRQn_t IRQn, uint32_t priority)" and the read priority of IRQn "uint32_t NVIC_GetPriority (IRQn_t IRQn)"