summaryrefslogtreecommitdiff
path: root/Source/portable/GCC/ATMega323/port.c
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-02-06 16:49:39 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-02-06 16:49:39 +0000
commit8ec52cf79b304138034a27021bc0c019b226ba4f (patch)
treee09b764ed7d741071d0abecb79318aa19a7a7075 /Source/portable/GCC/ATMega323/port.c
parent11913c0ba5005619041273e0adf043277fcc2ccb (diff)
downloadfreertos-8ec52cf79b304138034a27021bc0c019b226ba4f.tar.gz
freertos-8ec52cf79b304138034a27021bc0c019b226ba4f.tar.bz2
freertos-8ec52cf79b304138034a27021bc0c019b226ba4f.tar.xz
Remove obsolete comment.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@152 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/portable/GCC/ATMega323/port.c')
-rw-r--r--Source/portable/GCC/ATMega323/port.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index a29f5ef5..9be0b614 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -314,9 +314,6 @@ unsigned portSHORT usAddress;
portBASE_TYPE xPortStartScheduler( void )
{
- /* In this port we ignore the parameter and use the configUSE_PREEMPTION
- definition instead. */
-
/* Setup the hardware to generate the tick. */
prvSetupTimerInterrupt();