Changed directory structure to eventually support multi-MCU family support
This commit is contained in:
14
SHAL/Include/SHAL.h
Normal file
14
SHAL/Include/SHAL.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file SHAL.h
|
||||
* @brief The main header file for the Shmingo Hardware Abstraction Layer
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef SHAL_H
|
||||
#define SHAL_H
|
||||
|
||||
#include "SHAL_TIM.h"
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user