forked from M-Labs/zynq-rs
libsupport_zynq: fix doc
This commit is contained in:
parent
614b1ef350
commit
2802d21d08
|
@ -111,7 +111,7 @@ pub struct Core1<S: AsMut<[u32]>> {
|
||||||
impl<S: AsMut<[u32]>> Core1<S> {
|
impl<S: AsMut<[u32]>> Core1<S> {
|
||||||
/// Reset and start core1
|
/// Reset and start core1
|
||||||
///
|
///
|
||||||
/// The stack must not be in OCM because core1 still has to
|
/// The stack must be in OCM because core1 still has to
|
||||||
/// initialize its MMU before it can access DDR.
|
/// initialize its MMU before it can access DDR.
|
||||||
pub fn start(stack: S) -> Self {
|
pub fn start(stack: S) -> Self {
|
||||||
let mut core = Core1 { stack };
|
let mut core = Core1 { stack };
|
||||||
|
|
Loading…
Reference in New Issue