Skip to content

Commit 13d4fab

Browse files
aethanielcmaglie
authored andcommitted
Fixing wrong comment of SystemInit()
Signed-off-by: Thibaut VIARD <[email protected]>
1 parent 73623ec commit 13d4fab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cores/arduino/startup.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ const DeviceVectors exception_table=
157157
} ;
158158

159159
/**
160-
* \brief This is the code that gets called on processor reset.
161-
* It configures the needed clocks and according Flash Read Wait States.
160+
* \brief SystemInit() configures the needed clocks and according Flash Read Wait States.
162161
* At reset:
163162
* - OSC8M clock source is enabled with a divider by 8 (1MHz).
164163
* - Generic Clock Generator 0 (GCLKMAIN) is using OSC8M as source.

0 commit comments

Comments
 (0)