Adding log initialization

This commit is contained in:
Ryan Summers 2020-06-09 14:16:49 +02:00
parent 7494ece659
commit 9ee39aa8a0
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ const APP: () = {
.pll2_q_ck(100.mhz())
.freeze(vos, &dp.SYSCFG);
init_log();
// Enable SRAM3 for the ethernet descriptor ring.
clocks.rb.ahb2enr.modify(|_, w| w.sram3en().set_bit());