aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/RC/STM8/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/RC/STM8/chcore.c')
-rw-r--r--os/ports/RC/STM8/chcore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/RC/STM8/chcore.c b/os/ports/RC/STM8/chcore.c
index 21d41ecc7..bccfc454a 100644
--- a/os/ports/RC/STM8/chcore.c
+++ b/os/ports/RC/STM8/chcore.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -32,7 +32,7 @@
* @details This function is invoked by the operating system when an
* unrecoverable error is detected (as example because a programming
* error in the application code that triggers an assertion while in
- * debug mode).
+ * debug mode).
*/
void port_halt(void) {