mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_AVR: standardize inclusion of libaries headers
It was not only standardized, but actually fixed since ".." would not move to the libraries/ directory (and hence the include location was actually wrong).
This commit is contained in:
parent
42fadb1845
commit
29740ccb8a
|
@ -2,7 +2,7 @@
|
|||
#define LiquidCrystal_h
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <../AP_HAL/utility/Print.h>
|
||||
#include <AP_HAL/utility/Print.h>
|
||||
|
||||
// commands
|
||||
#define LCD_CLEARDISPLAY 0x01
|
||||
|
|
Loading…
Reference in New Issue