Prep for NuttX-7.16 release

This commit is contained in:
Gregory Nutt 2016-06-01 15:45:56 -06:00
parent 6142ed8e61
commit 7fff9a000a
2 changed files with 3 additions and 2 deletions

View File

@ -1574,7 +1574,7 @@
USB device interfaces that do not yet have boardctl() commands USB device interfaces that do not yet have boardctl() commands
(2016-03-25). (2016-03-25).
7.16 2016-xx-xx Gregory Nutt <gnutt@nuttx.org> 7.16 2016-06-01 Gregory Nutt <gnutt@nuttx.org>
* apps/system/sdcard: Remove the SD card application. This * apps/system/sdcard: Remove the SD card application. This
application violates OS/application interface rules and has been application violates OS/application interface rules and has been
@ -1605,3 +1605,4 @@
path by providing an alternal path on the command line. From Sébastien path by providing an alternal path on the command line. From Sébastien
Lorquet (2016-06-01). Lorquet (2016-06-01).
7.17 2016-xx-xx Gregory Nutt <gnutt@nuttx.org>

View File

@ -307,7 +307,7 @@ int alarm_main(int argc, FAR char *argv[])
return EXIT_FAILURE; return EXIT_FAILURE;
} }
printf("Alarm set in %lu seconds\n", seconds); printf("Alarm %d set in %lu seconds\n", alarmid, seconds);
(void)close(fd); (void)close(fd);
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }