summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-20 23:02:21 -0800
committerKeith Packard <keithp@keithp.com>2013-12-20 23:02:21 -0800
commitf578d9455eec9ea0eccd2d5e21349e274ea4281a (patch)
treeb5ead7131bd1bcf8ced2ca38c7e3760058a9a44f
parent14790172e02d4e1624c35797f87ffd94345d54ff (diff)
altos/lpc: Missing */ in definition of PIO0_4
Would maek using these values pretty hard. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/lpc/lpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpc/lpc.h b/src/lpc/lpc.h
index 3300c86f..9408ceab 100644
--- a/src/lpc/lpc.h
+++ b/src/lpc/lpc.h
@@ -120,7 +120,7 @@ extern struct lpc_ioconf lpc_ioconf;
#define LPC_IOCONF_FUNC_PIO0_3 0
#define LPC_IOCONF_FUNC_USB_VBUS 1
-/* PIO0_4
+/* PIO0_4 */
#define LPC_IOCONF_FUNC_PIO0_4 0
#define LPC_IOCONF_FUNC_I2C_SCL 1