mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
remove second check of zero size again
This commit is contained in:
@@ -365,9 +365,6 @@ bool_t InitializePolygonSurvey(uint8_t EntryWP, uint8_t Size, float sw, float Or
|
||||
|
||||
CSurveyStatus = Init;
|
||||
|
||||
if (Size == 0)
|
||||
return TRUE;
|
||||
|
||||
if (Size == 0)
|
||||
return TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user