1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 06:45:14 +03:00

Merge pull request #7617 from breadoven/abo_remove_NAV_define

Remove USE_NAV define
This commit is contained in:
Paweł Spychalski 2021-12-21 09:01:39 +01:00 committed by GitHub
commit ac6650e25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 26 additions and 389 deletions

View file

@ -21,8 +21,6 @@
#include "platform.h"
#if defined(USE_NAV)
#include "build/build_config.h"
#include "build/debug.h"
@ -699,5 +697,3 @@ int32_t navigationGetHeadingError(void)
{
return navHeadingError;
}
#endif // NAV