From 4193abe9425612a7574e504d77fb46bce9fe07e0 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 20 Oct 2022 22:07:06 +0200 Subject: [PATCH] Fix typo --- src/Utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils.cpp b/src/Utils.cpp index 86db3d6..17769b7 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -1,4 +1,4 @@ -#include "utils.h" +#include "Utils.h" #include uint32_t Utils::getChipId()