From 4ea11f8959d5f4f05f5d885c16bc78b17c1ae0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20B=C3=BCnger?= <buenger@mytum.de> Date: Tue, 9 Jul 2019 12:01:49 +0200 Subject: [PATCH] Update example: Use proper library --- en/firmware/epicardium_api_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/firmware/epicardium_api_development.md b/en/firmware/epicardium_api_development.md index 22ed2ea..e425e6d 100644 --- a/en/firmware/epicardium_api_development.md +++ b/en/firmware/epicardium_api_development.md @@ -38,7 +38,7 @@ The `*.c`-files need to be added to [`epicardium/modules/meson.build`](https://g An exemplary implementation to the declaration above could look like the following: ```c -#include "example.h" +#include <stdio.h> void epic_example_call(int example_param_a, uint8_t example_param_b) { -- GitLab