summaryrefslogtreecommitdiff
path: root/Source/portable/GCC/STR75x/port.c
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2006-11-19 13:41:31 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2006-11-19 13:41:31 +0000
commit53d6d0c63056d282b3ece23ad0ab74cdfccceec2 (patch)
tree4208fc1dd2759bb7cabc3fd23aa440bf367ca3ca /Source/portable/GCC/STR75x/port.c
parentc763d61f6baf24657e0bb40996a530f7b10f3a31 (diff)
downloadfreertos-53d6d0c63056d282b3ece23ad0ab74cdfccceec2.tar.gz
freertos-53d6d0c63056d282b3ece23ad0ab74cdfccceec2.tar.bz2
freertos-53d6d0c63056d282b3ece23ad0ab74cdfccceec2.tar.xz
Slight mods to comments in STR75X GCC port and demo files.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@54 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/portable/GCC/STR75x/port.c')
-rw-r--r--Source/portable/GCC/STR75x/port.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index a5bb07be..7e589a0b 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -57,10 +57,9 @@
/*-----------------------------------------------------------*/
-/* Setup the watchdog to generate the tick interrupts. */
+/* Setup the TB to generate the tick interrupts. */
static void prvSetupTimerInterrupt( void );
-
/*-----------------------------------------------------------*/
/*