diff options
Diffstat (limited to 'os/hal/include')
| -rw-r--r-- | os/hal/include/hal_onewire.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/os/hal/include/hal_onewire.h b/os/hal/include/hal_onewire.h index 2d27f48..9fb5be2 100644 --- a/os/hal/include/hal_onewire.h +++ b/os/hal/include/hal_onewire.h @@ -342,8 +342,8 @@ extern "C" {                            uint8_t *result, size_t max_rom_cnt);  #endif /* ONEWIRE_USE_SEARCH_ROM */  #if ONEWIRE_SYNTH_SEARCH_TEST -  void _synth_ow_write_bit(onewireDriver *owp, uint8_t bit); -  uint_fast8_t _synth_ow_read_bit(void); +  void _synth_ow_write_bit(onewireDriver *owp, ioline_t bit); +  ioline_t _synth_ow_read_bit(void);    void synthSearchRomTest(onewireDriver *owp);  #endif /* ONEWIRE_SYNTH_SEARCH_TEST */  #ifdef __cplusplus | 
