Added the include statment for the integer types.
This commit is contained in:
parent
ec1e4957e5
commit
0f3d3b4538
|
@ -10,6 +10,8 @@
|
|||
#ifndef LOAD_H
|
||||
#define LOAD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @brief Low Threshold
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue