Sub: Update default configuration options

This commit is contained in:
Rustom Jehangir 2016-05-03 19:23:58 -07:00 committed by Andrew Tridgell
parent 4eb78aefdc
commit 80cb18335f

View File

@ -77,7 +77,7 @@
#endif #endif
#ifndef SURFACE_DEPTH_DEFAULT #ifndef SURFACE_DEPTH_DEFAULT
# define SURFACE_DEPTH_DEFAULT -10.0 // pressure sensor reading 10cm depth means craft is considered surfaced # define SURFACE_DEPTH_DEFAULT -10.0f // pressure sensor reading 10cm depth means craft is considered surfaced
#endif #endif
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
@ -569,7 +569,7 @@
#endif #endif
#ifndef AUTO_DISARMING_DELAY #ifndef AUTO_DISARMING_DELAY
# define AUTO_DISARMING_DELAY 10 # define AUTO_DISARMING_DELAY 0
#endif #endif
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////