mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_HAL: fixed warning in progmem
This commit is contained in:
parent
1a53bc783c
commit
c3dc23d295
@ -2,6 +2,7 @@
|
||||
#ifndef __AP_PROGMEM_H__
|
||||
#define __AP_PROGMEM_H__
|
||||
|
||||
#include <AP_HAL_Boards.h>
|
||||
#if defined(__AVR__)
|
||||
#include "AP_Progmem_AVR.h"
|
||||
#elif defined(PX4FMU_BUILD) || (CONFIG_HAL_BOARD==HAL_BOARD_AVR_SITL)
|
||||
|
Loading…
Reference in New Issue
Block a user