Skip to content

Commit

Permalink
Remove legacy CFBL devicetype from cf2 platform
Browse files Browse the repository at this point in the history
Use platform_cf21bl instead
  • Loading branch information
gemenerik committed Sep 5, 2024
1 parent ac56512 commit 0e59a72
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/platform/src/platform_cf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ static platformConfig_t configs[] = {
.physicalLayoutAntennasAreClose = true,
.motorMap = motorMapDefaultBrushed,
},
{
.deviceType = "C21B",
.deviceTypeName = "Crazyflie 2.1 Brushless",
.sensorImplementation = SensorImplementation_bmi088_bmp3xx,
.physicalLayoutAntennasAreClose = true,
.motorMap = motorMapCF21Brushless,
},
#endif
};

Expand Down

0 comments on commit 0e59a72

Please sign in to comment.