common: Use the correct magic number in Fixed15_49::pi_div_two().
[gps-watch.git] / src / common / fixed15_49.rs
index 6ce37febef3b632e3d3c9f921cf6f889078ec9ee..20ce88f47c4df7ba91638104e1621873a42540d0 100644 (file)
@@ -97,7 +97,7 @@ impl Fixed15_49 {
     }
 
     pub fn pi_div_two() -> Self {
-        Self::from_bits(0x6487ed5110b46)
+        Self::from_bits(0x3243f6a8885a3)
     }
 
     pub fn to_radians(&self) -> Self {