summaryrefslogtreecommitdiffstats
path: root/app/gps.h
blob: 07933cfa3c573c662fbdfc1e590ec4bd03f423eb (plain)
1
2
3
4
5
6
7
8
9
10
11
#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