aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-07 09:38:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-07 09:38:23 +0000
commitc85b9403a373189fccf360cacaaf1612c746c58f (patch)
treeeccb4bdb216295252fe996a48bb33dc5f5e7a439 /os/kernel
parentcf5111822d413d0c522add0a70642de9b5790456 (diff)
downloadChibiOS-c85b9403a373189fccf360cacaaf1612c746c58f.tar.gz
ChibiOS-c85b9403a373189fccf360cacaaf1612c746c58f.tar.bz2
ChibiOS-c85b9403a373189fccf360cacaaf1612c746c58f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1581 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel')
-rw-r--r--os/kernel/templates/chcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/templates/chcore.c b/os/kernel/templates/chcore.c
index ba163569c..cfa87bf30 100644
--- a/os/kernel/templates/chcore.c
+++ b/os/kernel/templates/chcore.c
@@ -35,7 +35,7 @@
* @brief Port-related initialization code.
* @note This function is usually empty.
*/
-void port_init(void){
+void port_init(void) {
}
/**