Skip to content
Snippets Groups Projects
Commit 4ea11f89 authored by Julius Bünger's avatar Julius Bünger
Browse files

Update example: Use proper library

parent 9e1c825c
No related branches found
No related tags found
No related merge requests found
Pipeline #1118 passed
...@@ -38,7 +38,7 @@ The `*.c`-files need to be added to [`epicardium/modules/meson.build`](https://g ...@@ -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: An exemplary implementation to the declaration above could look like the following:
```c ```c
#include "example.h" #include <stdio.h>
void epic_example_call(int example_param_a, uint8_t example_param_b) void epic_example_call(int example_param_a, uint8_t example_param_b)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment