mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
HAL_SITL: removed hal.util->new_semaphore()
replaced with HAL_Semaphore
This commit is contained in:
parent
a9fbe106c9
commit
44009c5459
@ -22,9 +22,6 @@ public:
|
||||
return 0x20000;
|
||||
}
|
||||
|
||||
// create a new semaphore
|
||||
AP_HAL::Semaphore *new_semaphore(void) override { return new HALSITL::Semaphore; }
|
||||
|
||||
// get path to custom defaults file for AP_Param
|
||||
const char* get_custom_defaults_file() const override {
|
||||
return sitlState->defaults_path;
|
||||
|
Loading…
Reference in New Issue
Block a user