Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 May 2008 14:14:03 +0000 (14:14 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 May 2008 14:14:03 +0000 (14:14 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1280 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/kbd.c

index f54ebf91f06ebf9a2b66f334d950fdcaa1961805..6051f2e6c2c87d2dac3c9ac98dadc432bde48a89 100644 (file)
  *
  * -->
  *
+ * \brief Keyboard driver (implementation)
+ *
  * \version $Id$
  *
  * \author Bernardo Innocenti <bernie@develer.com>
  * \author Stefano Fedrigo <aleph@develer.com>
  * \author Francesco Sacchi <batt@develer.com>
  *
- * \brief Keyboard driver (implementation)
  */
 
 #include <hw_kbd.h>
 
+#include <appconfig.h>
+
 #include <drv/timer.h>
 #include <drv/kbd.h>
 
 #include <cfg/debug.h>
 #include <cfg/module.h>
-#include <appconfig.h>
 
 /* Configuration sanity checks */
 #if !defined(CONFIG_KBD_POLL) || (CONFIG_KBD_POLL != KBD_POLL_SOFTINT && CONFIG_KBD_POLL != CONFIG_POLL_FREERTOS)