mirror of https://github.com/ArduPilot/ardupilot
HAL_F4Light: removed hal.util->new_semaphore()
replaced with HAL_Semaphore
This commit is contained in:
parent
4416404137
commit
9ac7f8333b
|
@ -48,9 +48,6 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
// create a new semaphore
|
||||
Semaphore *new_semaphore(void) override { return new F4Light::Semaphore; }
|
||||
|
||||
void *malloc_type(size_t size, Memory_Type mem_type) override;
|
||||
void free_type(void *ptr, size_t size, Memory_Type mem_type) override;
|
||||
|
||||
|
|
Loading…
Reference in New Issue