#if 0 static inline int gps_is_happy (void) { return gps_happy > 15; } static inline int gps_is_stable (void) { return gps_happy > 60; } #endif