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:
commit
ac6650e25f
42 changed files with 26 additions and 389 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue