mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Replaced NULL with nullptr in C++ source files (#70)
This commit is contained in:
committed by
Peter Johnson
parent
8566878af4
commit
e9718fc7bf
@@ -15,7 +15,7 @@
|
||||
|
||||
static const int NUM_MODULE_NUMBERS = 63;
|
||||
|
||||
PCM* PCM_modules[NUM_MODULE_NUMBERS] = {NULL};
|
||||
PCM* PCM_modules[NUM_MODULE_NUMBERS] = {nullptr};
|
||||
|
||||
struct solenoid_port_t {
|
||||
PCM* module;
|
||||
|
||||
Reference in New Issue
Block a user