Fix idle_kernel typo in config #210

Merged
sb10q merged 1 commits from esavkin/artiq-zynq:204-idle-kernel-typo into master 2023-01-03 11:03:11 +08:00

Closes #204

Closes #204
esavkin requested review from sb10q 2022-12-23 16:18:44 +08:00
sb10q reviewed 2022-12-25 11:18:36 +08:00
@ -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?

Isn't there the same problem right here with the startup kernel?
Poster
Owner

That's right, fixed

That's right, fixed
esavkin force-pushed 204-idle-kernel-typo from 6b79b82dd5 to 44ef13d1c0 2023-01-03 09:56:08 +08:00 Compare
sb10q merged commit 44ef13d1c0 into master 2023-01-03 11:03:11 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/artiq-zynq#210
There is no content yet.