HAL_F4Light: removed hal.util->new_semaphore()

replaced with HAL_Semaphore
This commit is contained in:
Andrew Tridgell 2018-10-12 10:35:32 +11:00
parent 4416404137
commit 9ac7f8333b
1 changed files with 0 additions and 3 deletions

View File

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