mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal] Remove incorrect parameter directions on a few functions (NFC) (#7011)
This commit is contained in:
@@ -43,7 +43,7 @@ void HAL_SetupAnalogGyro(HAL_GyroHandle handle, int32_t* status);
|
||||
/**
|
||||
* Frees an analog gyro.
|
||||
*
|
||||
* @param[in,out] handle the gyro handle
|
||||
* @param handle the gyro handle
|
||||
*/
|
||||
void HAL_FreeAnalogGyro(HAL_GyroHandle handle);
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ HAL_AnalogInputHandle HAL_InitializeAnalogInputPort(
|
||||
/**
|
||||
* Frees an analog input port.
|
||||
*
|
||||
* @param[in,out] analogPortHandle Handle to the analog port.
|
||||
* @param analogPortHandle Handle to the analog port.
|
||||
*/
|
||||
void HAL_FreeAnalogInputPort(HAL_AnalogInputHandle analogPortHandle);
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ HAL_CANHandle HAL_InitializeCAN(HAL_CANManufacturer manufacturer,
|
||||
/**
|
||||
* Frees a CAN device
|
||||
*
|
||||
* @param[in,out] handle the CAN handle
|
||||
* @param handle the CAN handle
|
||||
*/
|
||||
void HAL_CleanCAN(HAL_CANHandle handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user