From ef1ed5fcfe623863817afd52c96a74383a6f54e2 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 17 Aug 2015 10:27:47 -0300 Subject: [PATCH] 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). --- libraries/AP_HAL_AVR/examples/LCDTest/LCrystal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_AVR/examples/LCDTest/LCrystal.h b/libraries/AP_HAL_AVR/examples/LCDTest/LCrystal.h index 5517728925..df1eb17b3a 100644 --- a/libraries/AP_HAL_AVR/examples/LCDTest/LCrystal.h +++ b/libraries/AP_HAL_AVR/examples/LCDTest/LCrystal.h @@ -2,7 +2,7 @@ #define LiquidCrystal_h #include -#include <../AP_HAL/utility/Print.h> +#include // commands #define LCD_CLEARDISPLAY 0x01