Fix rad2deg conversion in check pz
This commit is contained in:
parent
ae9194665e
commit
a56d15cb1f
|
|
@ -29,7 +29,7 @@
|
||||||
#define LEAP_SECONDS 5
|
#define LEAP_SECONDS 5
|
||||||
|
|
||||||
#define EARTH_RADIUS 6369000
|
#define EARTH_RADIUS 6369000
|
||||||
#define RAD_PER_DEG M_PI_2/180.0
|
#define RAD_PER_DEG M_PI/180.0
|
||||||
|
|
||||||
const cid_ssp_bm_t CID_SSP_BM_MAP[] = {
|
const cid_ssp_bm_t CID_SSP_BM_MAP[] = {
|
||||||
{"CenDsrcTollingZone/ProtectedCommunicationZonesRSU", 0x8000},
|
{"CenDsrcTollingZone/ProtectedCommunicationZonesRSU", 0x8000},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue