no-OS
platform_includes.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef __PLATFORM_INCLUDES_H__
41 #define __PLATFORM_INCLUDES_H__
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 #ifdef STM32_PLATFORM
47 #include "stm32/parameters.h"
48 #endif
49 
50 #endif /* __PLATFORM_INCLUDES_H__ */