mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Remove MBED definitions.
This commit is contained in:
parent
feef673878
commit
2238ad524e
9 changed files with 34 additions and 137 deletions
|
|
@ -21,11 +21,7 @@ Boston, MA 02110-1301, USA.
|
|||
#if !defined(SERIALRB_H)
|
||||
#define SERIALRB_H
|
||||
|
||||
#if defined(__MBED__)
|
||||
#include "mbed.h"
|
||||
#else
|
||||
#include <Arduino.h>
|
||||
#endif
|
||||
|
||||
const uint16_t SERIAL_RINGBUFFER_SIZE = 370U;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue