From b8c3740446245814369504c33ede0561419533f0 Mon Sep 17 00:00:00 2001
From: Alexander Alashkin <alexander.alashkin@cesanta.com>
Date: Wed, 25 Jan 2017 10:52:11 +0200
Subject: [PATCH] Map STM32 pins to MOS pins

PUBLISHED_FROM=6724de19c28f972a785b0d5e7dd4b41889e04850
---
 mongoose.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mongoose.h b/mongoose.h
index bd634370c..7d5431eb7 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -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
-- 
GitLab