summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Dowdal2014-11-05 09:01:44 -0600
committerJohn Dowdal2014-11-05 09:01:44 -0600
commit11e54d53b066692da0d568395ef4012fa437865a (patch)
treed06b1f2c37f278e298ffcdd94b2a6fe8e775a308
parentdc4c542b8b787ee598ed9b9c54b298cb46880af0 (diff)
downloadcppi-lld-11e54d53b066692da0d568395ef4012fa437865a.tar.gz
cppi-lld-11e54d53b066692da0d568395ef4012fa437865a.tar.xz
cppi-lld-11e54d53b066692da0d568395ef4012fa437865a.zip
get rid of leading 0s in ver num b/c new xdc thinks its octal
-rw-r--r--package.xdc2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.xdc b/package.xdc
index f6a4c5f..6b61320 100644
--- a/package.xdc
+++ b/package.xdc
@@ -9,6 +9,6 @@
9 * Copyright (C) 2011-2014, Texas Instruments, Inc. 9 * Copyright (C) 2011-2014, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.drv.cppi[02,01,00,07] { 12package ti.drv.cppi[2,1,0,7] {
13 module Settings; 13 module Settings;
14} 14}