summaryrefslogtreecommitdiff
path: root/src/lpc/ao_interrupt.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-21 01:39:46 -0700
committerKeith Packard <keithp@keithp.com>2014-05-21 01:43:12 -0700
commitca338a897ba3237652a3ae092e660f26c9e35074 (patch)
tree2445d82b529f5bbac46dd96bf990f53816f87566 /src/lpc/ao_interrupt.c
parent0a3312e725d914bbba6355e07d2f1d2833d2d6c2 (diff)
altos/lpc: whitespace
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/ao_interrupt.c')
-rw-r--r--src/lpc/ao_interrupt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpc/ao_interrupt.c b/src/lpc/ao_interrupt.c
index c4dc7867..3318db2b 100644
--- a/src/lpc/ao_interrupt.c
+++ b/src/lpc/ao_interrupt.c
@@ -172,5 +172,5 @@ const void *lpc_interrupt_vector[] = {
i(0xb0, hardfault), /* IRQ28 */
i(0xb4, hardfault),
i(0xb8, usb_wakeup),
- i(0xbc, hardfault),
+ i(0xbc, hardfault),
};