From e024a1e2074eed32d0eea3940c1f445900f91618 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Wed, 14 Sep 2011 09:23:19 +0000 Subject: [PATCH] Add comment --- apps/bounce1/bounce1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/bounce1/bounce1.c b/apps/bounce1/bounce1.c index 1c96006..e7e6d92 100644 --- a/apps/bounce1/bounce1.c +++ b/apps/bounce1/bounce1.c @@ -2,6 +2,8 @@ @author M. P. Hayes, UCECE @date 24 August 2009 @brief Simple bouncing dot program + @note This program has deliberate magic numbers as + an exercise for students to replace. @defgroup bounce1 Bounce1 application */