From a90d0f4a89f28ae972e877319e605ef5366dfd22 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 29 Aug 2024 09:45:58 +0100 Subject: [PATCH] Fixed value type --- include/etl/private/chrono/day.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/etl/private/chrono/day.h b/include/etl/private/chrono/day.h index b04d3898..8079680d 100644 --- a/include/etl/private/chrono/day.h +++ b/include/etl/private/chrono/day.h @@ -146,7 +146,7 @@ namespace etl private: - unsigned char value; + unsigned value; }; //***********************************************************************