command_parser: rm outdated TODO note
This commit is contained in:
parent
4587406d44
commit
a7ee2107ea
@ -173,7 +173,6 @@ fn pid_parameter(input: &[u8]) -> IResult<&[u8], Result<Command, Error>> {
|
|||||||
value(PidParameter::IntegralMax, tag("integral_max"))
|
value(PidParameter::IntegralMax, tag("integral_max"))
|
||||||
))(input)?;
|
))(input)?;
|
||||||
let (input, _) = whitespace(input)?;
|
let (input, _) = whitespace(input)?;
|
||||||
// TODO: parse float
|
|
||||||
let (input, value) = float(input)?;
|
let (input, value) = float(input)?;
|
||||||
let result = value
|
let result = value
|
||||||
.map(|value| Command::Pid { parameter, value })
|
.map(|value| Command::Pid { parameter, value })
|
||||||
|
Loading…
Reference in New Issue
Block a user