Better Incorporate coaa.h
This commit is contained in:
parent
f8216130de
commit
f50744b11b
5 changed files with 9 additions and 5 deletions
|
@ -104,8 +104,8 @@ void ppup1090Init(void) {
|
|||
modesInitErrorInfo();
|
||||
|
||||
// Setup the uploader - read the user paramaters from the coaa.h header file
|
||||
coaa1090.fUserLat = USER_LATITUDE;
|
||||
coaa1090.fUserLon = USER_LONGITUDE;
|
||||
coaa1090.fUserLat = MODES_USER_LATITUDE_DFLT;
|
||||
coaa1090.fUserLon = MODES_USER_LONGITUDE_DFLT;
|
||||
strcpy(coaa1090.strAuthCode,STR(USER_AUTHCODE));
|
||||
strcpy(coaa1090.strRegNo, STR(USER_REGNO));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue