mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Adds port constants to the HAL (#130)
This commit is contained in:
committed by
Peter Johnson
parent
0e127679c1
commit
b45e0917ae
@@ -7,8 +7,10 @@
|
||||
|
||||
#include "PCMInternal.h"
|
||||
|
||||
#include "PortsInternal.h"
|
||||
|
||||
namespace hal {
|
||||
PCM* PCM_modules[NUM_MODULE_NUMBERS] = {nullptr};
|
||||
PCM* PCM_modules[kNumPCMModules] = {nullptr};
|
||||
|
||||
void initializePCM(int module) {
|
||||
if (!PCM_modules[module]) {
|
||||
|
||||
Reference in New Issue
Block a user