added stdint to config.h so it would build.

This commit is contained in:
Duke NUCem 2021-09-05 17:17:27 +02:00
parent 38f92547cf
commit 7b0ad1fd65
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
/* TODO: add comments to everything */
#include "stdint.h"
#define VENDOR_NAME_LENGTH 64
#define PRODUCT_CODE_LENGTH 64
#define PRODUCT_NAME_LENGTH 64

View File

@ -5,7 +5,7 @@
* Author: dukenuc
*/
#include "config.h"
int8_t read_config(config_t *config)
{