Fixes CPP lint errors added to HAL. (#173)

This commit is contained in:
Thad House
2016-07-13 20:16:45 -07:00
committed by Peter Johnson
parent 5305087162
commit 05c00430b3
3 changed files with 5 additions and 5 deletions

View File

@@ -23,4 +23,4 @@ void initializePCM(int32_t module, int32_t* status) {
PCM_modules[module] = new PCM(module);
}
}
}
} // namespace hal