Skip to content

Commit

Permalink
AP_HAL_ESP32: drop spurious HAL_PARAM_DEFAULTS_PATH definition
Browse files Browse the repository at this point in the history
It's already conditionally defined to nullptr in the top-level AP_HAL.
  • Loading branch information
tpwrules committed Dec 23, 2024
1 parent b5e6cd2 commit 6e47b3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/AP_HAL_ESP32/RCOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include <AP_HAL/RCOutput.h>
#include "HAL_ESP32_Namespace.h"
#define HAL_PARAM_DEFAULTS_PATH nullptr
#include <AP_HAL/Util.h>

#include "driver/gpio.h"
Expand Down

0 comments on commit 6e47b3a

Please sign in to comment.