Skip to content

Commit

Permalink
fornat
Browse files Browse the repository at this point in the history
  • Loading branch information
misha7b committed Oct 7, 2024
1 parent 9a8992d commit 4240947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/localisation/preprocessing/src/preprocess_optical.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

//TODO: Implement properly!
//TODOLater: Implement properly!
fn main() {
let raw_optical_data = vec![vec1[1.0, 2.0], vec![3.0, 4.0], vec![5.0, 6.0]];
let optical_data = process_optical(&raw_optical_data);
Expand Down
2 changes: 1 addition & 1 deletion lib/localisation/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#![no_std]
#![no_std]

0 comments on commit 4240947

Please sign in to comment.