mirror of
https://github.com/AlexandreRouma/SDRPlusPlus
synced 2026-08-13 17:37:08 -04:00
Switched to a custom logging lib instead of that spdlog junk
This commit is contained in:
parent
7e80bbd02c
commit
7723d15e8f
154 changed files with 723 additions and 19918 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
#include <crc16.h>
|
||||
#include <spdlog/spdlog.h>
|
||||
#include <utils/flog.h>
|
||||
|
||||
bool M17CheckCRC(uint8_t* data, int len) {
|
||||
// TODO: Implement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue