Cleanup and finish build system

This commit is contained in:
2025-08-27 23:06:57 -07:00
parent 385d6c3728
commit 1598e13a5a
8 changed files with 56 additions and 307 deletions

View File

@@ -2,9 +2,11 @@
#define SHAL_TIM_REG
#include "stm32f0xx.h" // Or your device header
enum class S_TIM{ //Sample
TIM1 = 0xFFA0,
TIM2,
S_TIM_1 = 0xFFA0,
S_TIM_2 = 0xFF,
};
#endif

View File

@@ -8,9 +8,6 @@
#ifndef SHAL_H
#define SHAL_H
#define STM32F072xB

View File

@@ -1,7 +1,7 @@
#ifndef SHAL_TIM_H
#define SHAL_TIM_H
#include "Reg/SHAL_TIM_REG.h"
#include "SHAL_TIM_REG.h"