Skip to content

Commit

Permalink
Finalized MPU support
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAGod1 committed Dec 8, 2021
1 parent df93fe7 commit f1cefdf
Show file tree
Hide file tree
Showing 9 changed files with 447 additions and 77 deletions.
2 changes: 1 addition & 1 deletion src/parse/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ fn parse_line(line: &str) -> Option<DataLine> {

let (_, name) = match operand(input).finish() {
Ok((p, v)) => (p, Some(v.trim())),
Err(p) => (input, None)
Err(_) => (input, None)
};


Expand Down
Loading

0 comments on commit f1cefdf

Please sign in to comment.