Skip to content

Commit

Permalink
needed; still I2CTransceive() seems broken
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmm committed Apr 23, 2011
1 parent 0d221ce commit 93ee429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sw/airborne/modules/meteo/humid_sht_i2c.c
Expand Up @@ -35,6 +35,10 @@
#include "messages.h"
#include "downlink.h"

#ifndef DOWNLINK_DEVICE
#define DOWNLINK_DEVICE DOWNLINK_AP_DEVICE
#endif

#ifndef SHT_I2C_DEV
#define SHT_I2C_DEV i2c0
#endif
Expand Down

0 comments on commit 93ee429

Please sign in to comment.