Fix idle_kernel typo in config #210
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#210
Loading…
Reference in New Issue
No description provided.
Delete Branch "esavkin/artiq-zynq:204-idle-kernel-typo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #204
@ -431,3 +431,3 @@
let control: Rc<RefCell<kernel::Control>> = Rc::new(RefCell::new(kernel::Control::start()));
let idle_kernel = Rc::new(cfg.read("idle").ok());
let idle_kernel = Rc::new(cfg.read("idle_kernel").ok());
if let Ok(buffer) = cfg.read("startup") {
Isn't there the same problem right here with the startup kernel?
That's right, fixed
6b79b82dd5
to44ef13d1c0