pps_sync.h 150 B

123456789
  1. #ifndef __PPS_SYNC_H
  2. #define __PPS_SYNC_H
  3. extern volatile uint64_t shared_gps_time;
  4. extern volatile int gps_time_valid;
  5. int pps_init(void);
  6. #endif