Update ChangeLog

This commit is contained in:
Gregory Nutt 2016-01-27 08:22:44 -06:00
parent 4c3194f768
commit 7bf1db388c
5 changed files with 11 additions and 6 deletions

View File

@ -11393,3 +11393,9 @@
(2016-01-26). (2016-01-26).
* SPI: Rename the LPC43xx up_spiinitialize() to lpc43_spibus_intialize() * SPI: Rename the LPC43xx up_spiinitialize() to lpc43_spibus_intialize()
(2016-01-26). (2016-01-26).
* SPI: Rename the AVR up_spiinitialize() to avr_spibus_intialize()
(2016-01-27).
* SPI: Rename the LPC2148 up_spiinitialize() to lpc214x_spibus_intialize()
(2016-01-27).
* SPI: Rename the Calypso up_spiinitialize() to calypso_spibus_intialize()
(2016-01-27).

@ -1 +1 @@
Subproject commit 8fab2a865d3cc1496588c5a1227037dfb1f970e3 Subproject commit 413649314c27feb6b72dcfee8504bfbb50547e73

2
arch

@ -1 +1 @@
Subproject commit cdbbd6417c82e7e8ee72ecd9d0b5bd93b886d41c Subproject commit c67b774ba2b64ed3a73f3568d2de25ec4fc3fdfb

@ -1 +1 @@
Subproject commit 168b4f43e1986526bd3926f00d812f5d7dda414d Subproject commit b1fc7fe2805af8d21edd02fcb6522aeb524a4edd

View File

@ -215,9 +215,9 @@ int main(int argc, char **argv, char **envp)
path = skip_spaces(next); path = skip_spaces(next);
if (*path == '#') if (*path == '#')
{ {
/* Comment line */ /* The reset of the line is comment */
puts(g_line); puts(path);
break; break;
} }
@ -302,4 +302,3 @@ int main(int argc, char **argv, char **envp)
} }
#endif /* HOST_CYGWIN */ #endif /* HOST_CYGWIN */