From 6669aa058d9dd3447da7de6b32aeb96d3aeba74c Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 23 Jan 2017 15:15:34 -1000 Subject: [PATCH] hardfault_log should has hal remove stm32_bbsram.h and use px4_config.h --- src/modules/systemlib/hardfault_log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/systemlib/hardfault_log.h b/src/modules/systemlib/hardfault_log.h index 0a364b11b2..97d531891c 100644 --- a/src/modules/systemlib/hardfault_log.h +++ b/src/modules/systemlib/hardfault_log.h @@ -35,9 +35,8 @@ /**************************************************************************** * Included Files ****************************************************************************/ +#include #include -#include -#include /**************************************************************************** * Pre-processor Definitions