Copter: rename arming_checks to AP_Arming

This commit is contained in:
Randy Mackay 2016-12-26 17:05:08 +09:00
parent a52db9f29d
commit cc217550c0
3 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
#include "GCS_Mavlink.h"
#include "AP_Rally.h" // Rally point library
#include "arming_checks.h"
#include "AP_Arming.h"
// libraries which are dependent on #defines in defines.h and/or config.h
#if SPRAYER == ENABLED