Blimp: remove unused define

This commit is contained in:
Tatsuya Yamaguchi 2022-02-07 16:48:45 +09:00 committed by Peter Barker
parent 0266d288cd
commit 701abc756e
1 changed files with 0 additions and 7 deletions

View File

@ -362,13 +362,6 @@
# define LAND_DETECTOR_ACCEL_MAX 1.0f // vehicle acceleration must be under 1m/s/s
#endif
//////////////////////////////////////////////////////////////////////////////
// CAMERA TRIGGER AND CONTROL
//
#ifndef CAMERA
# define CAMERA ENABLED
#endif
//////////////////////////////////////////////////////////////////////////////
// Flight mode definitions
//