Change function signature from float to double to match type get_doubleCloses #16160
This commit is contained in:
@ -310,7 +310,7 @@ float StreamPeer::get_float() {
|
||||
return decode_float(buf);
|
||||
}
|
||||
|
||||
float StreamPeer::get_double() {
|
||||
double StreamPeer::get_double() {
|
||||
|
||||
uint8_t buf[8];
|
||||
get_data(buf, 8);
|
||||
|
||||
Reference in New Issue
Block a user