mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
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
72391fddbe
commit
ef1ed5fcfe
@ -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
Block a user