Replaced NULL with nullptr in C++ source files (#70)

This commit is contained in:
Tyler Veness
2016-05-25 23:07:45 -07:00
committed by Peter Johnson
parent 8566878af4
commit e9718fc7bf
14 changed files with 36 additions and 36 deletions

View File

@@ -261,7 +261,7 @@ void HALNetworkCommunicationObserveUserProgramTeleop();
void HALNetworkCommunicationObserveUserProgramTest();
uint32_t HALReport(uint8_t resource, uint8_t instanceNumber,
uint8_t context = 0, const char* feature = NULL);
uint8_t context = 0, const char* feature = nullptr);
}
// TODO: HACKS for now...