diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-20 23:02:21 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-20 23:02:21 -0800 |
commit | f578d9455eec9ea0eccd2d5e21349e274ea4281a (patch) | |
tree | b5ead7131bd1bcf8ced2ca38c7e3760058a9a44f /src | |
parent | 14790172e02d4e1624c35797f87ffd94345d54ff (diff) |
altos/lpc: Missing */ in definition of PIO0_4
Would maek using these values pretty hard.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lpc/lpc.h | 2 |
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 |