Browse Source

Don't count on things including <stdint.h> before AP_Common.h.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@456 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
DrZiplok@gmail.com 15 years ago
parent
commit
dc85377587
  1. 2
      libraries/AP_Common/AP_Common.h

2
libraries/AP_Common/AP_Common.h

@ -9,6 +9,8 @@ @@ -9,6 +9,8 @@
#ifndef _AP_COMMON_H
#define _AP_COMMON_H
#include <stdint.h>
///
/// @file AP_Common.h
/// @brief Common definitions and utility routines for the ArduPilot

Loading…
Cancel
Save