From 13d4fabbfa19483a1969c6e56d482f18e6b519b0 Mon Sep 17 00:00:00 2001 From: Thibaut VIARD <thibaut.viard@atmel.com> Date: Sun, 8 Mar 2015 20:00:12 +0100 Subject: [PATCH] Fixing wrong comment of SystemInit() Signed-off-by: Thibaut VIARD <thibaut.viard@atmel.com> --- cores/arduino/startup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cores/arduino/startup.c b/cores/arduino/startup.c index ef519302..01171446 100644 --- a/cores/arduino/startup.c +++ b/cores/arduino/startup.c @@ -157,8 +157,7 @@ const DeviceVectors exception_table= } ; /** - * \brief This is the code that gets called on processor reset. - * It configures the needed clocks and according Flash Read Wait States. + * \brief SystemInit() configures the needed clocks and according Flash Read Wait States. * At reset: * - OSC8M clock source is enabled with a divider by 8 (1MHz). * - Generic Clock Generator 0 (GCLKMAIN) is using OSC8M as source. -- GitLab