From 68fee5effb94aba3d879240da5ec39def29dc208 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:24:00 +0100 Subject: [PATCH] apps/examples/ina226/Makefile: Fix mistake in comment fix relative path error --- examples/ina226/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ina226/Makefile b/examples/ina226/Makefile index cb2e2601c..0a5859b5f 100644 --- a/examples/ina226/Makefile +++ b/examples/ina226/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/ina219/Makefile +# apps/examples/ina226/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with