Browse Source

AP_Button: Add missing header guard

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
master
Patrick José Pereira 6 years ago committed by Francisco Ferreira
parent
commit
c4825a6d02
  1. 1
      libraries/AP_Button/AP_Button.h

1
libraries/AP_Button/AP_Button.h

@ -12,6 +12,7 @@ @@ -12,6 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_Param/AP_Param.h>

Loading…
Cancel
Save