From a70e67a4e7c62a1f8aa50f8d57a97550f16edd12 Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Fri, 21 Feb 2025 17:40:13 +0100 Subject: [PATCH] remove headers --- mcp2515.c | 7 ------- mcp2515.h | 7 ------- mcp2515_consts.h | 7 ------- 3 files changed, 21 deletions(-) diff --git a/mcp2515.c b/mcp2515.c index 2aef161..7e6f0d8 100644 --- a/mcp2515.c +++ b/mcp2515.c @@ -1,10 +1,3 @@ -/* - * mcp2515.c - * - * Created on: Dec 13, 2020 - * Author: matt - */ - #include "mcp2515.h" #include "mcp2515_consts.h" // #include diff --git a/mcp2515.h b/mcp2515.h index 53328fd..604cc52 100644 --- a/mcp2515.h +++ b/mcp2515.h @@ -1,10 +1,3 @@ -/* - * mcp2515.h - * - * Created on: Dec 13, 2020 - * Author: matt - */ - #ifndef APPLICATION_USER_INC_MCP2515_H_ #define APPLICATION_USER_INC_MCP2515_H_ diff --git a/mcp2515_consts.h b/mcp2515_consts.h index 4185d0f..018761d 100644 --- a/mcp2515_consts.h +++ b/mcp2515_consts.h @@ -1,10 +1,3 @@ -/* - * mcp2515_consts.h - * - * Created on: Dec 13, 2020 - * Author: matt - */ - #ifndef APPLICATION_USER_INC_MCP2515_CONSTS_H_ #define APPLICATION_USER_INC_MCP2515_CONSTS_H_