Map STM32 pins to MOS pins

PUBLISHED_FROM=6724de19c28f972a785b0d5e7dd4b41889e04850
This commit is contained in:
Alexander Alashkin 2017-01-25 10:52:11 +02:00 committed by Cesanta Bot
parent 7bdbd80552
commit b8c3740446

View File

@ -1531,6 +1531,7 @@ char* inet_ntoa(struct in_addr in);
#include <errno.h>
#include <memory.h>
#include <fcntl.h>
#include <stm32_sdk_hal.h>
#define to64(x) strtoll(x, NULL, 10)
#define INT64_FMT PRId64