We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff334e7 commit 1b25e04Copy full SHA for 1b25e04
src/start/exceptions.md
@@ -82,6 +82,7 @@ fn main() -> ! {
82
syst.set_clock_source(SystClkSource::Core);
83
// this is configured for the LM3S6965 which has a default CPU clock of 12 MHz
84
syst.set_reload(12_000_000);
85
+ syst.clear_current();
86
syst.enable_counter();
87
syst.enable_interrupt();
88
0 commit comments