[Cryptech-Commits] [sw/stm32] 04/04: Missing include files, doh.
git at cryptech.is
git at cryptech.is
Sat Apr 15 21:32:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch ksng
in repository sw/stm32.
commit a2e32d326c342a965b733c9a42cfd1568b2afed4
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sat Apr 15 17:31:01 2017 -0400
Missing include files, doh.
---
projects/bootloader/log.c | 3 +++
projects/hsm/log.c | 3 +++
2 files changed, 6 insertions(+)
diff --git a/projects/bootloader/log.c b/projects/bootloader/log.c
index ee951d9..c0d9df4 100644
--- a/projects/bootloader/log.c
+++ b/projects/bootloader/log.c
@@ -32,6 +32,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <stdio.h>
+#include <stdarg.h>
+
#define HAL_OK CMSIS_HAL_OK
#include "stm-uart.h"
#undef HAL_OK
diff --git a/projects/hsm/log.c b/projects/hsm/log.c
index ee951d9..c0d9df4 100644
--- a/projects/hsm/log.c
+++ b/projects/hsm/log.c
@@ -32,6 +32,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <stdio.h>
+#include <stdarg.h>
+
#define HAL_OK CMSIS_HAL_OK
#include "stm-uart.h"
#undef HAL_OK
More information about the Commits
mailing list