mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
moved ADS8344_values and ADS8344_available to non arch file as they are shared between arch
This commit is contained in:
@@ -23,6 +23,9 @@
|
|||||||
|
|
||||||
#include "booz_imu.h"
|
#include "booz_imu.h"
|
||||||
|
|
||||||
|
volatile bool_t ADS8344_available;
|
||||||
|
uint16_t ADS8344_values[ADS8344_NB_CHANNELS];
|
||||||
|
|
||||||
void booz_imu_impl_init(void) {
|
void booz_imu_impl_init(void) {
|
||||||
|
|
||||||
ADS8344_available = FALSE;
|
ADS8344_available = FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user