talk to me?

This commit is contained in:
rusEfi 2019-04-13 18:47:32 -04:00
parent e2645cbc3a
commit 519299ecc3
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
#include "global.h"
#include "gpio/gpio_ext.h"
#define STRING2(x) #x
#define STRING(x) STRING2(x)
#pragma message(STRING(BOARD_EXT_GPIOCHIPS))
#if (BOARD_EXT_GPIOCHIPS > 0)
/*==========================================================================*/