Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilay Katsnelson committed Jun 1, 2024
1 parent 3e3125d commit 4f0656f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions boards/communication/src/data_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ use heapless::{HistoryBuffer, Vec};
use messages::command::RadioRate;
use messages::state::StateData;
use messages::Message;
use messages::{
MAX_COMMAND_SIZE, MAX_HEALTH_SIZE, MAX_LOG_SIZE, MAX_SENSOR_SIZE, MAX_STATE_SIZE,
};
use messages::{MAX_COMMAND_SIZE, MAX_HEALTH_SIZE, MAX_LOG_SIZE, MAX_SENSOR_SIZE, MAX_STATE_SIZE};
use postcard;

const MAX_RADIO_MSG: usize = 255;
Expand Down

0 comments on commit 4f0656f

Please sign in to comment.