Tiva. EXT. Fixed typo in ext_serve_pin_interrupt macro.

This commit is contained in:
marcoveeneman 2015-04-14 22:53:48 +02:00
parent f4e68ad23a
commit 2c66f54771
1 changed files with 1 additions and 1 deletions

View File

@ -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); \