common: Use the correct magic number in Fixed15_49::pi_div_two().
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 26 Apr 2020 10:36:45 +0000 (12:36 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 6 Sep 2020 17:57:17 +0000 (19:57 +0200)
commit853beae392e40ee2843e7187500285da666f11e9
tree339759576309232ab827e3c678e774ef9834cc41
parentd41f27c211ac96151e175c4241b6a8d866001bea
common: Use the correct magic number in Fixed15_49::pi_div_two().

This change should fix the display of current distance travelled
during a workout. It does not affect recordings.
src/common/fixed15_49.rs
test/gps_test.rs