From d26fd4e825c7bee3ce12838b78a17bbfc8d74fbb Mon Sep 17 00:00:00 2001 From: Ryan Hartlage Date: Mon, 25 Nov 2024 15:22:13 -0500 Subject: [PATCH 1/2] Update include/tiny_gea2_interface.h --- include/tiny_gea2_interface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/tiny_gea2_interface.h b/include/tiny_gea2_interface.h index b0a3587..2dddfe4 100644 --- a/include/tiny_gea2_interface.h +++ b/include/tiny_gea2_interface.h @@ -17,7 +17,6 @@ * * Note: This module requires an interrupt event. This "interrupt" is an event * that needs to happen in the same context as the `on_receive`. - * */ #ifndef tiny_gea2_interface_h From f7178ead212c281a333c60f192a926560915f205 Mon Sep 17 00:00:00 2001 From: Ryan Hartlage Date: Mon, 25 Nov 2024 15:24:19 -0500 Subject: [PATCH 2/2] Apply suggestions from code review --- test/include/double/tiny_erd_client_double.hpp | 1 - test/src/tiny_erd_client_double.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/test/include/double/tiny_erd_client_double.hpp b/test/include/double/tiny_erd_client_double.hpp index 6795198..732a2fb 100644 --- a/test/include/double/tiny_erd_client_double.hpp +++ b/test/include/double/tiny_erd_client_double.hpp @@ -1,7 +1,6 @@ /*! * @file * @brief - * */ #ifndef tiny_erd_client_double_hpp diff --git a/test/src/tiny_erd_client_double.cpp b/test/src/tiny_erd_client_double.cpp index 0253443..66f70e9 100644 --- a/test/src/tiny_erd_client_double.cpp +++ b/test/src/tiny_erd_client_double.cpp @@ -1,7 +1,6 @@ /*! * @file * @brief - * */ #include "CppUTestExt/MockSupport.h"