You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
186 B
C

#if defined(TARGET_PLATFORM_L4)
#include "mcuconf_l4.h"
#elif defined(TARGET_PLATFORM_H7)
#include "mcuconf_h7.h"
#elif defined(TARGET_PLATFORM_G4)
#include "mcuconf_g4.h"
#endif