From 26cf2afd7f1ec9bc4e4830963b35e7cc3081203d Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 15 Sep 2023 09:45:45 +0200 Subject: [PATCH] Remove BOM from random.h (#762) random.h is the only file with UTF8-BOM and IAR can not handle it. For compatibility reasons it should be removed. Co-authored-by: Andreas Pelczer --- include/etl/random.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/etl/random.h b/include/etl/random.h index 0bca835e..bd4097a0 100644 --- a/include/etl/random.h +++ b/include/etl/random.h @@ -1,4 +1,4 @@ -///\file +///\file /****************************************************************************** The MIT License(MIT)