Copter: config.h fix typo

This commit is contained in:
khancyr 2016-08-25 15:22:10 +02:00 committed by Randy Mackay
parent 1a1c749501
commit 733786830d

View File

@ -670,5 +670,5 @@
#endif
#ifndef ADVANCED_FAILSAFE
# define ADVANCED_FAILSAFE DISABLE
# define ADVANCED_FAILSAFE DISABLED
#endif