Skip to content

Commit

Permalink
AP_HAL: fixed warning in progmem
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tridgell committed Dec 21, 2012
1 parent 1a53bc7 commit c3dc23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Progmem/AP_Progmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c3dc23d

Please sign in to comment.