Browse Source

HAL_Empty: fixed I2CDriver declaration

master
Andrew Tridgell 12 years ago
parent
commit
6627e7ea0e
  1. 1
      libraries/AP_HAL_Empty/I2CDriver.cpp

1
libraries/AP_HAL_Empty/I2CDriver.cpp

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
#include <AP_HAL.h>
#include "I2CDriver.h"
using namespace Empty;

Loading…
Cancel
Save