fix cargo fmt style

master
Matt Huszagh 2021-01-12 17:26:42 -08:00
parent a0d472b398
commit 07b7201b49
1 changed files with 3 additions and 1 deletions

View File

@ -1020,7 +1020,9 @@ const APP: () = {
let pounder_stamper = None;
let timestamp_handler = TimestampHandler::new(4, 3);
let iir_lockin = IIR { ba: [1, 0, 0, 0, 0] };
let iir_lockin = IIR {
ba: [1, 0, 0, 0, 0],
};
let iir_state_lockin = [[0; 5]; 2];
// Start sampling ADCs.