aboutsummaryrefslogtreecommitdiff
path: root/example-cdc/sys.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-06-06 15:16:11 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2013-06-06 15:16:11 +0900
commitbbd9404fa54dc7ec5c783e65feea2f95bee54bf2 (patch)
tree6bb49d5bb1e2dda3503e677c11651858e37ce0d5 /example-cdc/sys.h
parent0b46ccbae10d5478ca4ad2e188678632d76d2210 (diff)
fix sys.c
Diffstat (limited to 'example-cdc/sys.h')
-rw-r--r--example-cdc/sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-cdc/sys.h b/example-cdc/sys.h
index ce0eb1d..25d33f1 100644
--- a/example-cdc/sys.h
+++ b/example-cdc/sys.h
@@ -1,7 +1,7 @@
extern const uint8_t sys_version[8];
typedef void (*handler)(void);
-extern handler vector[18];
+extern handler vector[16];
static inline const uint8_t *
unique_device_id (void)