moved ADS8344_values and ADS8344_available to non arch file as they are shared between arch

This commit is contained in:
Antoine Drouin
2010-07-31 14:50:08 +00:00
parent 3719382092
commit d394d0777c
+3
View File
@@ -23,6 +23,9 @@
#include "booz_imu.h"
volatile bool_t ADS8344_available;
uint16_t ADS8344_values[ADS8344_NB_CHANNELS];
void booz_imu_impl_init(void) {
ADS8344_available = FALSE;