mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
committed by
Peter Johnson
parent
efec0c5cc3
commit
7006672b06
@@ -137,5 +137,5 @@ class priority_condition_variable {
|
||||
|
||||
// For backwards compatibility
|
||||
#ifndef NAMESPACED_PRIORITY
|
||||
using priority_condition_variable = hal::priority_condition_variable; // NOLINT
|
||||
using hal::priority_condition_variable; // NOLINT
|
||||
#endif
|
||||
|
||||
@@ -87,6 +87,6 @@ class priority_mutex {
|
||||
|
||||
// For backwards compatibility
|
||||
#ifndef NAMESPACED_PRIORITY
|
||||
using priority_mutex = hal::priority_mutex; // NOLINT
|
||||
using priority_recursive_mutex = hal::priority_recursive_mutex; // NOLINT
|
||||
using hal::priority_mutex; // NOLINT
|
||||
using hal::priority_recursive_mutex; // NOLINT
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user