simmel-bootloader/src/pinconfig.c

7 lines
146 B
C

#define DEFINE_BOOTLOADER_CONFIG 1
#include "boards.h"
#if defined(BOOTLOADER_CONFIG_PRESENT) && BOOTLOADER_CONFIG_PRESENT
// nothing yet
#endif