mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 00:48:30 -04:00
AP_HAL_ESP32: drop spurious HAL_PARAM_DEFAULTS_PATH definition
It's already conditionally defined to nullptr in the top-level AP_HAL.
This commit is contained in:
parent
f964d3aed3
commit
54e3d74b51
@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
#include <AP_HAL/RCOutput.h>
|
#include <AP_HAL/RCOutput.h>
|
||||||
#include "HAL_ESP32_Namespace.h"
|
#include "HAL_ESP32_Namespace.h"
|
||||||
#define HAL_PARAM_DEFAULTS_PATH nullptr
|
|
||||||
#include <AP_HAL/Util.h>
|
#include <AP_HAL/Util.h>
|
||||||
|
|
||||||
#include "driver/gpio.h"
|
#include "driver/gpio.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user