Browse Source

AP_HAL_PX4: Remove unused extern declaration for HALs

mission-4.1.18
Caio Marcelo de Oliveira Filho 9 years ago committed by Randy Mackay
parent
commit
c43474fbf4
  1. 7
      libraries/AP_HAL_PX4/HAL_PX4_Class.h

7
libraries/AP_HAL_PX4/HAL_PX4_Class.h

@ -1,6 +1,4 @@ @@ -1,6 +1,4 @@
#ifndef __AP_HAL_PX4_CLASS_H__
#define __AP_HAL_PX4_CLASS_H__
#pragma once
#include <AP_HAL/AP_HAL.h>
@ -19,7 +17,4 @@ public: @@ -19,7 +17,4 @@ public:
void hal_px4_set_priority(uint8_t priority);
extern const HAL_PX4 AP_HAL_PX4;
#endif // CONFIG_HAL_BOARD == HAL_BOARD_PX4
#endif // __AP_HAL_PX4_CLASS_H__

Loading…
Cancel
Save