AP_HAL: fixed SPI3 Semaphores.h

This commit is contained in:
Andrew Tridgell 2013-01-02 21:07:19 +11:00
parent 886329898c
commit e25e500516
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include <AP_HAL.h>
#include "SPIDevices.h"
#include "GPIO.h"
#include "Semaphore.h"
#include "Semaphores.h"
#include "pins_arduino_mega.h"