HAL_SITL: removed hal.util->new_semaphore()

replaced with HAL_Semaphore
This commit is contained in:
Andrew Tridgell 2018-10-12 10:35:33 +11:00
parent a9fbe106c9
commit 44009c5459
1 changed files with 0 additions and 3 deletions

View File

@ -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;