AP_HAL_SMACCM: Semaphores fixup

This commit is contained in:
Pat Hickey 2013-01-10 13:52:30 -08:00
parent 892a322574
commit 6d64bf2921
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
#include "Semaphores.h"
#include <task.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_SMACCM
#include <task.h>
using namespace SMACCM;
extern const AP_HAL::HAL& hal;