Copter: fix default flight mode channel

This commit is contained in:
Randy Mackay 2018-01-27 16:20:32 +09:00
parent 89674482a7
commit a3e9f72b0b

View File

@ -588,5 +588,5 @@
#endif
#ifndef CH_MODE_DEFAULT
#define CH_MODE_DEFAULT CH_5
# define CH_MODE_DEFAULT 5
#endif