mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
commit
48d3635612
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#if defined(USE_M17)
|
||||
|
||||
#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…
Add table
Add a link
Reference in a new issue