Removed unused BUS field from RCC_Peripheral struct

This commit is contained in:
2025-08-29 22:51:31 -07:00
parent 83572b108a
commit 9cc3cbece4
5 changed files with 34 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
#ifndef SHAL_H
#define SHAL_H
#include "Core/Include/Timer/SHAL_TIM.h"
#include "SHAL_TIM.h"
#endif