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).

2
arch

Submodule arch updated: cdbbd6417c...c67b774ba2

Submodule configs updated: 168b4f43e1...b1fc7fe280

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 */