Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Donald Chen
pc-ble-driver-sd_api_v6
Commits
3e27f949
Unverified
Commit
3e27f949
authored
Mar 12, 2018
by
Bjørn Inge Hanssen
Committed by
GitHub
Mar 12, 2018
Browse files
Merge pull request #72 from davidgannerud/master
Add stddef.h as include to heart_rate_monitor example
parents
09c2026b
8569a87f
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/heart_rate_monitor/main.c
View file @
3e27f949
...
...
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stddef.h>
#ifdef _WIN32
#include <windows.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment