no-OS
platform_includes.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef __PLATFORM_INCLUDES_H__
35 #define __PLATFORM_INCLUDES_H__
36 
37 /******************************************************************************/
38 /***************************** Include Files **********************************/
39 /******************************************************************************/
40 #ifdef STM32_PLATFORM
41 #include "stm32/parameters.h"
42 #endif
43 
44 #endif /* __PLATFORM_INCLUDES_H__ */