Switch to standard logging framework
This commit is contained in:
7
adsbus/log.h
Normal file
7
adsbus/log.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void log_init(void);
|
||||
void log_cleanup(void);
|
||||
void log_write(char, const uint8_t *, const char *, ...);
|
||||
Reference in New Issue
Block a user