added stdint to config.h so it would build.
This commit is contained in:
parent
38f92547cf
commit
7b0ad1fd65
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
/* TODO: add comments to everything */
|
/* TODO: add comments to everything */
|
||||||
|
|
||||||
|
#include "stdint.h"
|
||||||
|
|
||||||
#define VENDOR_NAME_LENGTH 64
|
#define VENDOR_NAME_LENGTH 64
|
||||||
#define PRODUCT_CODE_LENGTH 64
|
#define PRODUCT_CODE_LENGTH 64
|
||||||
#define PRODUCT_NAME_LENGTH 64
|
#define PRODUCT_NAME_LENGTH 64
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Author: dukenuc
|
* Author: dukenuc
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
int8_t read_config(config_t *config)
|
int8_t read_config(config_t *config)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user