mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +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
@@ -27,6 +27,8 @@
|
||||
#include "ctre/ctre.h"
|
||||
#include "visa/visa.h"
|
||||
|
||||
using namespace hal;
|
||||
|
||||
static std::unique_ptr<tGlobal> global;
|
||||
static std::unique_ptr<tSysWatchdog> watchdog;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user