mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
8 lines
161 B
C
8 lines
161 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
SERIALRX_SPEKTRUM1024 = 0,
|
|
SERIALRX_SPEKTRUM2048 = 1,
|
|
SERIALRX_SBUS = 2,
|
|
SERIALRX_SUMD = 3,
|
|
} SerialRXType;
|