From 2c66f5477153fcbf503c8a6aca6d99e4e5da3e9d Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Tue, 14 Apr 2015 22:53:48 +0200 Subject: Tiva. EXT. Fixed typo in ext_serve_pin_interrupt macro. --- os/hal/ports/TIVA/LLD/ext_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports/TIVA') diff --git a/os/hal/ports/TIVA/LLD/ext_lld.c b/os/hal/ports/TIVA/LLD/ext_lld.c index c4c7163..20a001a 100644 --- a/os/hal/ports/TIVA/LLD/ext_lld.c +++ b/os/hal/ports/TIVA/LLD/ext_lld.c @@ -70,7 +70,7 @@ * @brief Generic interrupt serving code for single pin per interrupt * handler. */ -#define ext_server_pin_interrupt(gpiop, start, pin) \ +#define ext_serve_pin_interrupt(gpiop, start, pin) \ do { \ gpiop->ICR = (1 << pin); \ EXTD1.config->channels[start].cb(&EXTD1, start); \ -- cgit v1.2.3