mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-07 23:45:07 +00:00
Make serial speed a compile option
This commit is contained in:
parent
04d0b15545
commit
31f0e24588
3 changed files with 8 additions and 1 deletions
|
|
@ -23,6 +23,10 @@
|
|||
#include "Globals.h"
|
||||
#include "RingBuffer.h"
|
||||
|
||||
#if !defined(SERIAL_SPEED)
|
||||
#define SERIAL_SPEED 115200
|
||||
#endif
|
||||
|
||||
|
||||
class CSerialPort {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue