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:
Lucas De Marchi 2015-08-17 10:27:47 -03:00 committed by Andrew Tridgell
parent 42fadb1845
commit 29740ccb8a
1 changed files with 1 additions and 1 deletions

View File

@ -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