diff --git a/ChangeLog.txt b/ChangeLog.txt index 908755512..3c3ba70fd 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1574,7 +1574,7 @@ USB device interfaces that do not yet have boardctl() commands (2016-03-25). -7.16 2016-xx-xx Gregory Nutt +7.16 2016-06-01 Gregory Nutt * apps/system/sdcard: Remove the SD card application. This 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 Lorquet (2016-06-01). +7.17 2016-xx-xx Gregory Nutt diff --git a/examples/alarm/alarm_main.c b/examples/alarm/alarm_main.c index 582cfe04b..7bfb4870b 100644 --- a/examples/alarm/alarm_main.c +++ b/examples/alarm/alarm_main.c @@ -307,7 +307,7 @@ int alarm_main(int argc, FAR char *argv[]) return EXIT_FAILURE; } - printf("Alarm set in %lu seconds\n", seconds); + printf("Alarm %d set in %lu seconds\n", alarmid, seconds); (void)close(fd); return EXIT_SUCCESS; }