aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430/msp430_serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/MSP430/msp430_serial.h')
-rw-r--r--ports/MSP430/msp430_serial.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/MSP430/msp430_serial.h b/ports/MSP430/msp430_serial.h
index 4fd9fa009..c10f22738 100644
--- a/ports/MSP430/msp430_serial.h
+++ b/ports/MSP430/msp430_serial.h
@@ -38,8 +38,8 @@
extern "C" {
#endif
void InitSerial(void);
- void SetUSART0I(uint16_t div, uint8_t mod, uint8_t ctl);
- void SetUSART1I(uint16_t div, uint8_t mod, uint8_t ctl);
+ void SetUSART0(uint16_t div, uint8_t mod, uint8_t ctl);
+ void SetUSART1(uint16_t div, uint8_t mod, uint8_t ctl);
#ifdef __cplusplus
}
#endif