From 6ac92b4ccedc22e87d31db846c8ea16fc5f96ae9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 13 Jan 2015 12:57:26 -0600 Subject: apps/exemples/timer: Add a trivial test of the timer driver --- apps/examples/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/Kconfig') diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig index 9acffdfd8..6714e6351 100644 --- a/apps/examples/Kconfig +++ b/apps/examples/Kconfig @@ -67,6 +67,7 @@ source "$APPSDIR/examples/smart/Kconfig" source "$APPSDIR/examples/tcpecho/Kconfig" source "$APPSDIR/examples/telnetd/Kconfig" source "$APPSDIR/examples/thttpd/Kconfig" +source "$APPSDIR/examples/timer/Kconfig" source "$APPSDIR/examples/tiff/Kconfig" source "$APPSDIR/examples/touchscreen/Kconfig" source "$APPSDIR/examples/udp/Kconfig" -- cgit v1.2.3