AP_HAL_Linux: rename ToneAlarmDriver to follow other names

We don't add "Driver" to the name of the files anymore.
This commit is contained in:
Lucas De Marchi 2016-03-10 12:28:22 -03:00
parent d52ee7c0a1
commit c1623c21cc
7 changed files with 8 additions and 5 deletions

View File

@ -36,7 +36,7 @@
#include "RCOutput_qflight.h"
#include "Semaphores.h"
#include "Scheduler.h"
#include "ToneAlarmDriver.h"
#include "ToneAlarm.h"
#include "Util.h"
#include "Util_RPI.h"
#include "Heat.h"

View File

@ -2,7 +2,8 @@
#if CONFIG_HAL_BOARD == HAL_BOARD_LINUX
#include "ToneAlarmDriver.h"
#include "ToneAlarm.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>

View File

@ -2,7 +2,7 @@
#if CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_RASPILOT
#include "ToneAlarmDriver_Raspilot.h"
#include "ToneAlarm_Raspilot.h"
#include <errno.h>
#include <fcntl.h>

View File

@ -2,7 +2,7 @@
#include "AP_HAL_Linux.h"
#include "ToneAlarmDriver.h"
#include "ToneAlarm.h"
class Linux::ToneAlarm_Raspilot : public Linux::ToneAlarm {
public:

View File

@ -1,4 +1,5 @@
#include <AP_HAL/AP_HAL.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_LINUX
#include <stdio.h>
#include <stdarg.h>
@ -11,6 +12,7 @@
extern const AP_HAL::HAL& hal;
#include "ToneAlarm_Raspilot.h"
#include "Util.h"
#include "Heat_Pwm.h"

View File

@ -4,7 +4,7 @@
#include <AP_HAL/AP_HAL.h>
#include "AP_HAL_Linux_Namespace.h"
#include "ToneAlarmDriver.h"
#include "ToneAlarm.h"
#include "Semaphores.h"
enum hw_type {