Commit b8c37404 authored by Alexander Alashkin's avatar Alexander Alashkin Committed by Cesanta Bot

Map STM32 pins to MOS pins

PUBLISHED_FROM=6724de19c28f972a785b0d5e7dd4b41889e04850
parent 7bdbd805
...@@ -1531,6 +1531,7 @@ char* inet_ntoa(struct in_addr in); ...@@ -1531,6 +1531,7 @@ char* inet_ntoa(struct in_addr in);
#include <errno.h> #include <errno.h>
#include <memory.h> #include <memory.h>
#include <fcntl.h> #include <fcntl.h>
#include <stm32_sdk_hal.h>
#define to64(x) strtoll(x, NULL, 10) #define to64(x) strtoll(x, NULL, 10)
#define INT64_FMT PRId64 #define INT64_FMT PRId64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment