Fixed cmakelists

This commit is contained in:
2025-08-28 13:09:47 -07:00
parent 8979e1b28a
commit 4900cde915
4 changed files with 8 additions and 11 deletions

View File

@@ -29,11 +29,4 @@ private:
};
extern "C" void TIM2_IRQHandler(void){
if(TIM2->SR & TIM_SR_UIF) {
}
}
#endif