Files
Shmingo-HAL/Core/Include/SHAL.h
2025-08-29 01:49:40 -07:00

15 lines
350 B
C

/**
******************************************************************************
* @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