/** ****************************************************************************** * @file SHAL.h * @brief The main header file for the Shmingo Hardware Abstraction Layer ****************************************************************************** */ #ifndef SHAL_H #define SHAL_H #include "Core/Include/Timer/SHAL_TIM.h" #endif