mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Moves using namespace from ChipObject.h into hal namespace (#323)
This commit is contained in:
committed by
Peter Johnson
parent
5e54969f6b
commit
03d8f9193b
@@ -21,6 +21,8 @@
|
||||
#include "HAL/handles/UnlimitedHandleResource.h"
|
||||
#include "support/SafeThread.h"
|
||||
|
||||
using namespace hal;
|
||||
|
||||
static const int32_t kTimerInterruptNumber = 28;
|
||||
|
||||
static priority_mutex notifierInterruptMutex;
|
||||
|
||||
Reference in New Issue
Block a user