mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-02-14 19:44:15 +01:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
d6bb7985a8
|
|
@ -19,6 +19,7 @@
|
|||
#include "M17Utils.h"
|
||||
#include "M17Defines.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <cassert>
|
||||
|
||||
const std::string M17_CHARS = " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-/.";
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#include "NullController.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
#include <cassert>
|
||||
|
||||
const unsigned char MMDVM_FRAME_START = 0xE0U;
|
||||
|
|
|
|||
Loading…
Reference in a new issue