1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Updated 4way-if version number to indicate latest changes

This commit is contained in:
4712 2017-07-09 12:12:34 +02:00 committed by borisbstyle
parent 5ad25e49b1
commit a885184796

View file

@ -70,7 +70,7 @@
// *** change to adapt Revision
#define SERIAL_4WAY_VER_MAIN 20
#define SERIAL_4WAY_VER_SUB_1 (uint8_t) 0
#define SERIAL_4WAY_VER_SUB_2 (uint8_t) 00
#define SERIAL_4WAY_VER_SUB_2 (uint8_t) 01
#define SERIAL_4WAY_PROTOCOL_VER 107
// *** end