18 lines
332 B
C
18 lines
332 B
C
/**
|
|
******************************************************************************
|
|
* @file SHAL.h
|
|
* @brief The main header file for the Shmingo Hardware Abstraction Layer
|
|
******************************************************************************
|
|
*/
|
|
|
|
#ifndef SHAL_H
|
|
#define SHAL_H
|
|
|
|
#define STM32F072xB
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|