From a51061dd28da4c96e9cde53d3860381c7f6a18b5 Mon Sep 17 00:00:00 2001 From: alrvid <126816223+alrvid@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:01:07 +0200 Subject: [PATCH] Correct name of library in file header Changes "CAN library" to "FreeRTOS library". --- libraries/Arduino_FreeRTOS/src/Arduino_FreeRTOS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Arduino_FreeRTOS/src/Arduino_FreeRTOS.h b/libraries/Arduino_FreeRTOS/src/Arduino_FreeRTOS.h index 6ffd5b098..8e58deddd 100644 --- a/libraries/Arduino_FreeRTOS/src/Arduino_FreeRTOS.h +++ b/libraries/Arduino_FreeRTOS/src/Arduino_FreeRTOS.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2022 by Alexander Entinger - * CAN library for Arduino. + * FreeRTOS library for Arduino. * * This file is free software; you can redistribute it and/or modify * it under the terms of either the GNU General Public License version 2