diff --git a/src/SerialPort.cpp b/src/SerialPort.cpp index a76297e..9f08f32 100644 --- a/src/SerialPort.cpp +++ b/src/SerialPort.cpp @@ -20,9 +20,8 @@ #include "Config.h" #include "Globals.h" -#if defined(MADEBYMAKEFILE) -#include "GitVersion.h" -#endif +// TODO XXX need to find a way to get the git revision +// #include "GitVersion.h" #include "SerialPort.h" #include "Version.h" diff --git a/src/Utils.h b/src/Utils.h index a3c30b7..20b04dc 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015,2016,2020 by Jonathan Naylor G4KLX + * Copyright (C) 2015,2016,2020,2024 by Jonathan Naylor G4KLX * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,13 +19,7 @@ #if !defined(UTILS_H) #define UTILS_H -#if defined(STM32F4XX) -#include "stm32f4xx.h" -#elif defined(STM32F7XX) -#include "stm32f7xx.h" -#else #include -#endif uint8_t countBits8(uint8_t bits);