From 19bcb60120f44c4f1b5e19df7d416cea14a296a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 8 Oct 2024 13:53:51 +0200 Subject: [PATCH] woopsie --- src/main.cpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a792f2e47..a4d2c9cb4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,12 +19,9 @@ #include "concurrency/OSThread.h" #include "concurrency/Periodic.h" #include "detect/ScanI2C.h" -<<<<<<< HEAD -#include "gps/RTC.h" -======= #include "error.h" +#include "gps/RTC.h" #include "power.h" ->>>>>>> master #if !MESHTASTIC_EXCLUDE_I2C #include "detect/ScanI2CTwoWire.h" @@ -108,13 +105,8 @@ NRF52Bluetooth *nrf52Bluetooth = nullptr; #include "AmbientLightingThread.h" #include "PowerFSMThread.h" -<<<<<<< HEAD -#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !defined(ARCH_APOLLO3) && !MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR -#include "AccelerometerThread.h" -======= -#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C +#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && !defined(ARCH_APOLLO3) #include "motion/AccelerometerThread.h" ->>>>>>> master AccelerometerThread *accelerometerThread = nullptr; #endif