From b52de67f6eee117ce7b622c669b452ee22cdd3e5 Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Sat, 8 May 2021 08:41:55 +0100 Subject: [PATCH] examples/hdc1008_demo: fix header path As recommended by the nxstyle CI check. --- examples/hdc1008_demo/hdc1008_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hdc1008_demo/hdc1008_main.c b/examples/hdc1008_demo/hdc1008_main.c index 0cd72d284..016dca766 100644 --- a/examples/hdc1008_demo/hdc1008_main.c +++ b/examples/hdc1008_demo/hdc1008_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/hdc1008_demo/hdc1008_main.c + * apps/examples/hdc1008_demo/hdc1008_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with