Merge branch 'master' of gitlab.com:solokeys/solo

This commit is contained in:
Conor Patrick 2018-09-10 18:22:23 -04:00
commit 0cb9fc7510
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define _LOG_H
#include "app.h"
#include <stdint.h>
#ifndef DEBUG_LEVEL
#define DEBUG_LEVEL 0

View File

@ -1,3 +1,4 @@
#include <stdint.h>
#include <stdio.h>
void dump_hex(uint8_t * buf, int size)

View File

@ -1,6 +1,7 @@
#ifndef _UTIL_H
#define _UTIL_H
#include <stdint.h>
void dump_hex(uint8_t * buf, int size);