HAL: Preventing the startup motor spinning

This commit is contained in:
Grant Morphett 2016-07-14 16:08:21 +10:00
parent 705d3d567a
commit f416a38278
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
class AP_HAL::Util {
public:
// soft_armed starts out true
Util() : soft_armed(true), capabilities(0) {}
Util() : soft_armed(false), capabilities(0) {}
int snprintf(char* str, size_t size,
const char *format, ...);