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