From 79e46f0ca897ebed70c2e11c557013a6b1788926 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Mon, 28 May 2012 16:15:53 -0600 Subject: typographical fix --- include/libopencm3/lpc43xx/creg.h | 2 +- include/libopencm3/lpc43xx/gpio.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/libopencm3/lpc43xx/creg.h b/include/libopencm3/lpc43xx/creg.h index 0218544..7894691 100644 --- a/include/libopencm3/lpc43xx/creg.h +++ b/include/libopencm3/lpc43xx/creg.h @@ -57,7 +57,7 @@ /* * Chip configuration register 6. Controls multiple functions: Ethernet - * interface, SCT output, I2S0/1 inputs, EMC clock. + * interface, SCT output, I2S0/1 inputs, EMC clock. */ #define CREG6 (CREG_BASE + 0x12C) diff --git a/include/libopencm3/lpc43xx/gpio.h b/include/libopencm3/lpc43xx/gpio.h index 738dcb5..6052887 100644 --- a/include/libopencm3/lpc43xx/gpio.h +++ b/include/libopencm3/lpc43xx/gpio.h @@ -154,6 +154,6 @@ //TODO interrupts void gpio_set(u32 gpioport, u32 gpios); -void gpio_clear(u32 gpioport, u32 gpios); +void gpio_clear(u32 gpioport, u32 gpios); #endif -- cgit v1.2.3