From 93e59a6987d8d5e43dd8b1a568c1914ec4fdaa5c Mon Sep 17 00:00:00 2001 From: Ian Katz <ianfixes@gmail.com> Date: Fri, 20 Nov 2020 00:18:33 -0500 Subject: [PATCH] fix typo in library properties --- SampleProjects/TestSomething/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SampleProjects/TestSomething/library.properties b/SampleProjects/TestSomething/library.properties index 2d5cbca2..1007bf5f 100644 --- a/SampleProjects/TestSomething/library.properties +++ b/SampleProjects/TestSomething/library.properties @@ -7,4 +7,4 @@ paragraph=A skeleton library demonstrating CI and unit tests category=Other url=https://github.com/Arduino-CI/arduino_ci/SampleProjects/TestSomething architectures=avr,esp8266 -includes=do-something.h +includes=test-something.h