summaryrefslogtreecommitdiff
path: root/apps/examples/usbserial/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/usbserial/main.c')
-rw-r--r--apps/examples/usbserial/main.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/apps/examples/usbserial/main.c b/apps/examples/usbserial/main.c
index 17aef1c79..d84c063e1 100644
--- a/apps/examples/usbserial/main.c
+++ b/apps/examples/usbserial/main.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/usbserial/main.c
*
- * Copyright (C) 2008, 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008, 2010-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -188,19 +188,6 @@ static void dumptrace(void)
****************************************************************************/
/****************************************************************************
- * user_initialize
- ****************************************************************************/
-
-#ifndef CONFIG_HAVE_WEAKFUNCTIONS
-void user_initialize(void)
-{
- /* Stub that must be provided only if the toolchain does not support weak
- * functions.
- */
-}
-#endif
-
-/****************************************************************************
* user_start
****************************************************************************/