Skip to content

Commit

Permalink
AP_Radar: remove unused define
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaia3d committed Aug 4, 2024
1 parent 9778751 commit a4c598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Radar/AP_Radar.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#endif

#ifndef HAL_MSP_RADAR_ENABLED
#define HAL_MSP_RADAR_ENABLED (AP_RADAR_ENABLED && (HAL_MSP_ENABLED && !HAL_MINIMIZE_FEATURES))
#define HAL_MSP_RADAR_ENABLED (AP_RADAR_ENABLED && HAL_MSP_ENABLED)
#endif

#if AP_RADAR_ENABLED
Expand Down

0 comments on commit a4c598e

Please sign in to comment.