[wpilibc] Add more unit tests (#3494)

This commit is contained in:
PJ Reiniger
2021-08-05 22:04:51 -04:00
committed by GitHub
parent b253246959
commit 94e0db7963
30 changed files with 2588 additions and 89 deletions

View File

@@ -67,7 +67,7 @@ class PneumaticsControlModule
private:
int m_module;
hal::Handle<HAL_CTREPCMHandle> m_handle;
uint32_t m_reservedMask;
uint32_t m_reservedMask{0};
wpi::mutex m_reservedLock;
};
} // namespace frc