Browse Source

AP_HAL_SMACCM: Semaphores fixup

master
Pat Hickey 12 years ago
parent
commit
6d64bf2921
  1. 3
      libraries/AP_HAL_SMACCM/Semaphores.cpp

3
libraries/AP_HAL_SMACCM/Semaphores.cpp

@ -1,9 +1,10 @@ @@ -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;

Loading…
Cancel
Save