Browse Source

AP_HAL: include stdbool.h for ARM build

master
Andrew Tridgell 12 years ago
parent
commit
d3f154bbae
  1. 3
      libraries/AP_HAL/AP_HAL.h
  2. 2
      libraries/AP_HAL/AP_HAL_Namespace.h

3
libraries/AP_HAL/AP_HAL.h

@ -2,6 +2,9 @@ @@ -2,6 +2,9 @@
#ifndef __AP_HAL_H__
#define __AP_HAL_H__
#include <stdint.h>
#include <stdbool.h>
#include "AP_HAL_Namespace.h"
#include "AP_HAL_Boards.h"

2
libraries/AP_HAL/AP_HAL_Namespace.h

@ -2,8 +2,6 @@ @@ -2,8 +2,6 @@
#ifndef __AP_HAL_NAMESPACE_H__
#define __AP_HAL_NAMESPACE_H__
#include <stdint.h>
namespace AP_HAL {
/* Toplevel pure virtual class Hal.*/

Loading…
Cancel
Save