mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Remove unused code and add pmd check (#395)
This commit is contained in:
committed by
Peter Johnson
parent
cc246bb9ac
commit
8f67f2c24c
@@ -159,8 +159,8 @@ bool I2C::ReadOnly(int count, uint8_t* buffer) {
|
||||
* @param registerAddress The register to write on all devices on the bus.
|
||||
* @param data The value to write to the devices.
|
||||
*/
|
||||
[[gnu::warning("I2C::Broadcast() is not implemented.")]] void I2C::Broadcast(
|
||||
int registerAddress, uint8_t data) {}
|
||||
// [[gnu::warning("I2C::Broadcast() is not implemented.")]] void I2C::Broadcast(
|
||||
// int registerAddress, uint8_t data) {}
|
||||
|
||||
/**
|
||||
* Verify that a device's registers contain expected values.
|
||||
|
||||
Reference in New Issue
Block a user