Lockable renamed to Lock (#219)
Also changed usage from unique_ptr to class value.
This commit is contained in:
committed by
GitHub
parent
2e86d4774b
commit
55bfb9fe3b
@@ -18,7 +18,7 @@ add_test(NAME TactilityCoreTests
|
||||
COMMAND TactilityCoreTests
|
||||
)
|
||||
|
||||
target_link_libraries(TactilityCoreTests
|
||||
PUBLIC TactilityCore
|
||||
freertos_kernel
|
||||
target_link_libraries(TactilityCoreTests PUBLIC
|
||||
TactilityCore
|
||||
freertos_kernel
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "doctest.h"
|
||||
#include <Tactility/Lockable.h>
|
||||
#include <Tactility/Lock.h>
|
||||
#include <Tactility/Mutex.h>
|
||||
#include <Tactility/Semaphore.h>
|
||||
|
||||
Reference in New Issue
Block a user