Added the include statment for the integer types.

This commit is contained in:
jakeg00dwin 2024-09-20 18:26:01 -07:00
parent ec1e4957e5
commit 0f3d3b4538
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#ifndef LOAD_H
#define LOAD_H
#include <stdint.h>
/**
* @brief Low Threshold
*