Moves JNI internal utility methods to frc namespace (#310)

This commit is contained in:
Thad House
2016-10-31 23:04:49 -07:00
committed by Peter Johnson
parent 137b3d81fb
commit 81221c4874
23 changed files with 52 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
#include "edu_wpi_first_wpilibj_hal_HAL.h"
#include "HALUtil.h"
using namespace frc;
// set the logging level
static TLogLevel netCommLogLevel = logWARNING;