mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Adds port constants to the HAL (#130)
This commit is contained in:
committed by
Peter Johnson
parent
0e127679c1
commit
b45e0917ae
@@ -7,11 +7,13 @@
|
||||
|
||||
#include "HAL/PDP.h"
|
||||
|
||||
#include "HAL/Ports.h"
|
||||
#include "PortsInternal.h"
|
||||
#include "ctre/PDP.h"
|
||||
|
||||
static const int NUM_MODULE_NUMBERS = 63;
|
||||
using namespace hal;
|
||||
|
||||
static PDP* pdp[NUM_MODULE_NUMBERS] = {nullptr};
|
||||
static PDP* pdp[kNumPDPModules] = {nullptr};
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user