Parachute: add AP_Notify.h to example sketch

This commit is contained in:
Randy Mackay 2014-04-03 22:05:08 +09:00
parent a639df0256
commit 103772abe2

View File

@ -12,6 +12,7 @@
#include <RC_Channel.h>
#include <AP_Relay.h>
#include <AP_Parachute.h>
#include <AP_Notify.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;