mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
drivers/rpmsg_port_uart: reserved more commands for future use
To maintain compatibility in future update, the data transfer is still valid even can't process the new added command. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
#define RPMSG_PORT_UART_RESUME 0x7a
|
||||
#define RPMSG_PORT_UART_WAKEUP 0x79
|
||||
#define RPMSG_PORT_UART_POWEROFF 0x78
|
||||
#define RPMSG_PORT_UART_END 0x77
|
||||
#define RPMSG_PORT_UART_END 0x70
|
||||
#define RPMSG_PORT_UART_ESCAPE_MASK 0x20
|
||||
|
||||
#define RPMSG_PORT_UART_BUFLEN 256
|
||||
|
||||
Reference in New Issue
Block a user