diff options
Diffstat (limited to 'ports/AVR/avr_serial.h')
-rw-r--r-- | ports/AVR/avr_serial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/AVR/avr_serial.h b/ports/AVR/avr_serial.h index 19e66f18a..555dae522 100644 --- a/ports/AVR/avr_serial.h +++ b/ports/AVR/avr_serial.h @@ -38,8 +38,8 @@ extern "C" {
#endif
void InitSerial(void);
- void SetUSART0I(uint16_t brr, uint8_t csrc);
- void SetUSART1I(uint16_t brr, uint8_t csrc);
+ void SetUSART0(uint16_t brr, uint8_t csrc);
+ void SetUSART1(uint16_t brr, uint8_t csrc);
#ifdef __cplusplus
}
#endif
|