Merge pull request #4343 from mikeller/4way-if_v2.1.0

From cleanflight: Add GD32F350x6 support
This commit is contained in:
Michael Keller 2017-10-12 11:42:23 +13:00 committed by GitHub
commit 21622ed603
1 changed files with 1 additions and 1 deletions

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) 01
#define SERIAL_4WAY_VER_SUB_2 (uint8_t) 02
#define SERIAL_4WAY_PROTOCOL_VER 107
// *** end