From 84424d9a4d778d1ecb563113f99e996936b6ac90 Mon Sep 17 00:00:00 2001 From: RudolphRiedel <31180093+RudolphRiedel@users.noreply.github.com> Date: Sat, 20 May 2023 14:04:43 +0200 Subject: [PATCH] - changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" --- EVE_target/EVE_target_Arduino_AVR.h | 5 +++-- EVE_target/EVE_target_Arduino_BBC_Microbit_V2.h | 5 +++-- EVE_target/EVE_target_Arduino_ESP32.h | 5 +++-- EVE_target/EVE_target_Arduino_ESP8266.h | 5 +++-- EVE_target/EVE_target_Arduino_Metro_M4.h | 5 +++-- EVE_target/EVE_target_Arduino_Nucleo_F446RE.h | 5 +++-- EVE_target/EVE_target_Arduino_RP2040.h | 5 +++-- EVE_target/EVE_target_Arduino_Teensy35.h | 5 +++-- EVE_target/EVE_target_Arduino_Teensy4.h | 5 +++-- EVE_target/EVE_target_Arduino_XMC1100_XMC2GO.h | 5 +++-- EVE_target/EVE_target_Arduino_generic.h | 5 +++-- 11 files changed, 33 insertions(+), 22 deletions(-) diff --git a/EVE_target/EVE_target_Arduino_AVR.h b/EVE_target/EVE_target_Arduino_AVR.h index 837c404..bc7846e 100644 --- a/EVE_target/EVE_target_Arduino_AVR.h +++ b/EVE_target/EVE_target_Arduino_AVR.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_AVR.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH - extracted from EVE_target.h - basic maintenance: checked for violations of white space and indent rules - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_BBC_Microbit_V2.h b/EVE_target/EVE_target_Arduino_BBC_Microbit_V2.h index 31233e6..e132e96 100644 --- a/EVE_target/EVE_target_Arduino_BBC_Microbit_V2.h +++ b/EVE_target/EVE_target_Arduino_BBC_Microbit_V2.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_BBC_Microbit_V2.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -27,6 +27,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH 5.0 - extracted from EVE_target.h - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -37,7 +38,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_ESP32.h b/EVE_target/EVE_target_Arduino_ESP32.h index f014453..7738425 100644 --- a/EVE_target/EVE_target_Arduino_ESP32.h +++ b/EVE_target/EVE_target_Arduino_ESP32.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_ESP32.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH - extracted from EVE_target.h - basic maintenance: checked for violations of white space and indent rules - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_ESP8266.h b/EVE_target/EVE_target_Arduino_ESP8266.h index ad2fb7d..446dd5f 100644 --- a/EVE_target/EVE_target_Arduino_ESP8266.h +++ b/EVE_target/EVE_target_Arduino_ESP8266.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_ESP8266.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -27,6 +27,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH 5.0 - extracted from EVE_target.h - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -37,7 +38,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_Metro_M4.h b/EVE_target/EVE_target_Arduino_Metro_M4.h index b74ce25..5dd327c 100644 --- a/EVE_target/EVE_target_Arduino_Metro_M4.h +++ b/EVE_target/EVE_target_Arduino_Metro_M4.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_Metro_M4.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH - extracted from EVE_target.h - basic maintenance: checked for violations of white space and indent rules - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_Nucleo_F446RE.h b/EVE_target/EVE_target_Arduino_Nucleo_F446RE.h index 791b124..3aefbab 100644 --- a/EVE_target/EVE_target_Arduino_Nucleo_F446RE.h +++ b/EVE_target/EVE_target_Arduino_Nucleo_F446RE.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_Nucleo_F446RE.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH - extracted from EVE_target.h - basic maintenance: checked for violations of white space and indent rules - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_RP2040.h b/EVE_target/EVE_target_Arduino_RP2040.h index 5bcd9f3..ae46d1f 100644 --- a/EVE_target/EVE_target_Arduino_RP2040.h +++ b/EVE_target/EVE_target_Arduino_RP2040.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_RP2040.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH - extracted from EVE_target.h - basic maintenance: checked for violations of white space and indent rules - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -43,7 +44,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #endif #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_Teensy35.h b/EVE_target/EVE_target_Arduino_Teensy35.h index 81954f0..550fe1d 100644 --- a/EVE_target/EVE_target_Arduino_Teensy35.h +++ b/EVE_target/EVE_target_Arduino_Teensy35.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_Teensy35.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH - extracted from EVE_target.h - basic maintenance: checked for violations of white space and indent rules - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_Teensy4.h b/EVE_target/EVE_target_Arduino_Teensy4.h index f5fa31a..06b675b 100644 --- a/EVE_target/EVE_target_Arduino_Teensy4.h +++ b/EVE_target/EVE_target_Arduino_Teensy4.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_Teensy4.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -28,6 +28,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH - extracted from EVE_target.h - basic maintenance: checked for violations of white space and indent rules - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -38,7 +39,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_XMC1100_XMC2GO.h b/EVE_target/EVE_target_Arduino_XMC1100_XMC2GO.h index c81daee..ea96483 100644 --- a/EVE_target/EVE_target_Arduino_XMC1100_XMC2GO.h +++ b/EVE_target/EVE_target_Arduino_XMC1100_XMC2GO.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_XMC1100_XMC2GO.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -27,6 +27,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH 5.0 - extracted from EVE_target.h - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -37,7 +38,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C" diff --git a/EVE_target/EVE_target_Arduino_generic.h b/EVE_target/EVE_target_Arduino_generic.h index c208764..b6273ea 100644 --- a/EVE_target/EVE_target_Arduino_generic.h +++ b/EVE_target/EVE_target_Arduino_generic.h @@ -2,7 +2,7 @@ @file EVE_target_Arduino_generic.h @brief target specific includes, definitions and functions @version 5.0 -@date 2023-04-12 +@date 2023-05-20 @author Rudolph Riedel @section LICENSE @@ -27,6 +27,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH 5.0 - extracted from EVE_target.h - split up the optional default defines to allow to only change what needs changing thru the build-environment +- changed #include "EVE_cpp_wrapper.h" to #include "../EVE_cpp_wrapper.h" */ @@ -37,7 +38,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH #include #include -#include "EVE_cpp_wrapper.h" +#include "../EVE_cpp_wrapper.h" #ifdef __cplusplus extern "C"