AP_RPM: fixed build error

This commit is contained in:
Andrew Tridgell 2015-08-12 20:46:23 +10:00 committed by Randy Mackay
parent 9e052a89a4
commit 0218e4ac86
3 changed files with 5 additions and 5 deletions

View File

@ -14,8 +14,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <AP_Common.h>
#include <AP_HAL.h>
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include "AP_RPM.h"
#include "RPM_Backend.h"

View File

@ -17,8 +17,8 @@
#ifndef __AP_RPM_BACKEND_H__
#define __AP_RPM_BACKEND_H__
#include <AP_Common.h>
#include <AP_HAL.h>
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include "AP_RPM.h"
class AP_RPM_Backend

View File

@ -14,7 +14,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <AP_HAL.h>
#include <AP_HAL/AP_HAL.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
#include "RPM_PX4_PWM.h"