STM32F030R8-Nucleo I2C_TwoBoards_ComPolling example - COUNTOF macro
im looking in the main.h file for this example and wondering where __BUFFER__ is defined thats used in this line
#define COUNTOF(__BUFFER__) (sizeof(__BUFFER__) / sizeof(*(__BUFFER__)))
thanks for the help
