Moves HAL PCM objects to header and HAL namespace (#129)

This commit is contained in:
Thad House
2016-07-02 11:58:49 -07:00
committed by Peter Johnson
parent 8c4ad62422
commit cf29d4560b
4 changed files with 43 additions and 16 deletions

View File

@@ -8,13 +8,10 @@
#include "HAL/Compressor.h"
#include "HAL/Errors.h"
#include "PCMInternal.h"
#include "ctre/PCM.h"
#include "handles/HandlesInternal.h"
static const int NUM_MODULE_NUMBERS = 63;
extern PCM* PCM_modules[NUM_MODULE_NUMBERS];
extern void initializePCM(int module);
using namespace hal;
extern "C" {