File restructure
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef SHAL_H
|
||||
#define SHAL_H
|
||||
|
||||
#include "SHAL_TIM.h"
|
||||
#include "Core/Include/Timer/SHAL_TIM.h"
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Created by Luca on 8/28/2025.
|
||||
//
|
||||
|
||||
#include "SHAL_TIM.h"
|
||||
#include "Core/Include/Timer/SHAL_TIM.h"
|
||||
#include <cassert>
|
||||
|
||||
Timer::Timer(Timer_Key t) : timer(t), timer_reg(getTimerRegister(t)){
|
||||
|
||||
Reference in New Issue
Block a user