[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5190] moved ADS8344_values and ADS8344_available to
From: |
antoine drouin |
Subject: |
[paparazzi-commits] [5190] moved ADS8344_values and ADS8344_available to non arch file as they are shared between arch |
Date: |
Sat, 31 Jul 2010 14:50:10 +0000 |
Revision: 5190
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5190
Author: poine
Date: 2010-07-31 14:50:08 +0000 (Sat, 31 Jul 2010)
Log Message:
-----------
moved ADS8344_values and ADS8344_available to non arch file as they are shared
between arch
Modified Paths:
--------------
paparazzi3/trunk/sw/airborne/booz/imu/booz_imu_crista.c
Modified: paparazzi3/trunk/sw/airborne/booz/imu/booz_imu_crista.c
===================================================================
--- paparazzi3/trunk/sw/airborne/booz/imu/booz_imu_crista.c 2010-07-30
18:30:24 UTC (rev 5189)
+++ paparazzi3/trunk/sw/airborne/booz/imu/booz_imu_crista.c 2010-07-31
14:50:08 UTC (rev 5190)
@@ -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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5190] moved ADS8344_values and ADS8344_available to non arch file as they are shared between arch,
antoine drouin <=