I need help with USART LOGGER _ON enabling. How to enable logger to send serial data via usart?I have in logger.h - #define LOGGER_ON 1, also in logger.c #if (USE_LOGGER == LOGGER_ON).....#endif /* #if USE_LOGGER == LOGGER_ON */and platform.hHow to ...