summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-13 22:47:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-13 22:47:04 +0000
commitae88b2079b49f803947d60fb094f60d2a7522a25 (patch)
treed55d3b728a90881570ec67cf2a26ad0138bcb1bc /nuttx/ChangeLog
parent7cbeae30b426e0912d1814c76e6223fb0842a9fc (diff)
downloadnuttx-ae88b2079b49f803947d60fb094f60d2a7522a25.tar.gz
nuttx-ae88b2079b49f803947d60fb094f60d2a7522a25.tar.bz2
nuttx-ae88b2079b49f803947d60fb094f60d2a7522a25.zip
Fix error in strrch()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3501 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c4222df07..954517e04 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1687,5 +1687,10 @@
* arch/arm/src/lpc17xx: Correct some typos/bugs in configuration of LPC17xx
UART2 and UART3.
+ * nuttx/clock.h: Replace all references to the global variable g_system_timer
+ with clock_systemtimer() (currently just a macro that that returns g_system_timer).
+ * lin/string/strrch.c: Would fail if the searched-for character were the first
+ character in the string.
+