force with (float)

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent dc09d6544f
commit 54838dd0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3352,8 +3352,8 @@ void transmit_string(char *string) {
if (string[i] != ' ')
transmit_char(string[i++]);
else {
Serial.println((3f * )morse_timing)/1000f);
sleep((3f * morse_timing)/1000f);
Serial.println((3.0 * (float)morse_timing)/1000.0);
sleep((3.0 * (float)morse_timing)/1000.0);
}
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.