add missing stdint header
This commit is contained in:
parent
2439c4f176
commit
8ebb73614d
@ -2,6 +2,7 @@
|
|||||||
#define _LOG_H
|
#define _LOG_H
|
||||||
|
|
||||||
#include "app.h"
|
#include "app.h"
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifndef DEBUG_LEVEL
|
#ifndef DEBUG_LEVEL
|
||||||
#define DEBUG_LEVEL 0
|
#define DEBUG_LEVEL 0
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
void dump_hex(uint8_t * buf, int size)
|
void dump_hex(uint8_t * buf, int size)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#ifndef _UTIL_H
|
#ifndef _UTIL_H
|
||||||
#define _UTIL_H
|
#define _UTIL_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
void dump_hex(uint8_t * buf, int size);
|
void dump_hex(uint8_t * buf, int size);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user