From 5af89ab5ebac2969c852d5d2f5ec87d9ef7918d3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Mar 2007 16:05:52 +0000 Subject: [PATCH] Needs prototype for timer_test() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@132 42af7a65-404d-4744-a932-0658087f49c3 --- examples/ostest/ostest.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/ostest/ostest.h b/examples/ostest/ostest.h index af5b490b41..710c6f9651 100644 --- a/examples/ostest/ostest.h +++ b/examples/ostest/ostest.h @@ -92,6 +92,10 @@ extern void timedwait_test(void); extern void sighand_test(void); +/* posixtimers.c ********************************************/ + +extern void timer_test(void); + /* roundrobin.c *********************************************/ extern void rr_test(void);