mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 20:24:51 +08:00
Update ChangeLog
This commit is contained in:
@@ -11393,3 +11393,9 @@
|
||||
(2016-01-26).
|
||||
* SPI: Rename the LPC43xx up_spiinitialize() to lpc43_spibus_intialize()
|
||||
(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).
|
||||
|
||||
Submodule Documentation updated: 8fab2a865d...413649314c
2
arch
2
arch
Submodule arch updated: cdbbd6417c...c67b774ba2
2
configs
2
configs
Submodule configs updated: 168b4f43e1...b1fc7fe280
@@ -215,9 +215,9 @@ int main(int argc, char **argv, char **envp)
|
||||
path = skip_spaces(next);
|
||||
if (*path == '#')
|
||||
{
|
||||
/* Comment line */
|
||||
/* The reset of the line is comment */
|
||||
|
||||
puts(g_line);
|
||||
puts(path);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -302,4 +302,3 @@ int main(int argc, char **argv, char **envp)
|
||||
}
|
||||
|
||||
#endif /* HOST_CYGWIN */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user