export board-specific macro for stm32 pins based on board yaml #3298

This commit is contained in:
rusefillc 2021-10-03 00:35:09 -04:00
parent dd7a340696
commit bc9d0c1976
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
#include "scheduler.h"
#endif /* EFI_PROD_CODE */
#if HW_PROTEUS & EFI_PROD_CODE
#include "proteus_meta.h"
#endif
#if EFI_PROD_CODE
static int periodIndex = 0;