Sub: Fix waf build for water detector.

This commit is contained in:
Rustom Jehangir 2016-08-19 17:11:43 -07:00 committed by Andrew Tridgell
parent b364d94c43
commit 4a1c6fc46c
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ def build(bld):
'AP_RSSI',
'AP_Relay',
'AP_ServoRelayEvents',
'AP_WaterDetector',
],
use='mavlink',
)