mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Fixes a missed HAL_Bool change from int32 (#181)
This commit is contained in:
committed by
Peter Johnson
parent
75eabfee1c
commit
1ca291f20b
@@ -15,7 +15,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
HAL_DigitalHandle HAL_InitializeDIOPort(HAL_PortHandle port_handle,
|
||||
int32_t input, int32_t* status);
|
||||
HAL_Bool input, int32_t* status);
|
||||
void HAL_FreeDIOPort(HAL_DigitalHandle dio_port_handle);
|
||||
|
||||
HAL_DigitalPWMHandle HAL_AllocateDigitalPWM(int32_t* status);
|
||||
|
||||
Reference in New Issue
Block a user