1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Fix typo in commentary

This commit is contained in:
Martin Guy 2012-02-01 15:05:22 +01:00
parent ca12cd69e3
commit d19bb6537a

View File

@ -32,7 +32,7 @@
#define ASYNCHRONOUS_UPDATE 0
// Values to set into the CPD bit of the per-channel CMR registers
// to say whether we are updating the duty cycòle or the period.
// to say whether we are updating the duty cycle or the period.
// These values seem not to be defined anywhere in the avr32 headers.
#define AVR32_PWM_CMR_CPD_UPDATE_CDTY 0
#define AVR32_PWM_CMR_CPD_UPDATE_CPRD 1