From 01b11ba48f90faa06381709d20a1b6d6348f6cba Mon Sep 17 00:00:00 2001 From: Caio Marcelo de Oliveira Filho Date: Mon, 19 Oct 2015 18:02:59 -0200 Subject: [PATCH] Hello: remove unnecessary includes --- Tools/Hello/Hello.cpp | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/Tools/Hello/Hello.cpp b/Tools/Hello/Hello.cpp index 36d18e48a9..a96c05087c 100644 --- a/Tools/Hello/Hello.cpp +++ b/Tools/Hello/Hello.cpp @@ -5,34 +5,12 @@ Andrew Tridgell September 2011 */ -#include -#include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include const AP_HAL::HAL& hal = AP_HAL::get_HAL(); -void setup() { +void setup() +{ hal.console->println_P(PSTR("hello world")); }