mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
6 lines
95 B
C
6 lines
95 B
C
#ifndef NTP_PROTO_H
|
|
#define NTP_PROTO_H
|
|
|
|
#define NTP_MAXFREQ 500e-6
|
|
|
|
#endif /* NTP_PROTO_H */
|