From a192a018c67918963640d7ad5278847ed10a94de Mon Sep 17 00:00:00 2001 From: matiasilva Date: Thu, 15 Jul 2021 10:23:09 +0100 Subject: [PATCH] Improve comment wording --- interp/hello_interp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interp/hello_interp/CMakeLists.txt b/interp/hello_interp/CMakeLists.txt index cc280af..05b176d 100644 --- a/interp/hello_interp/CMakeLists.txt +++ b/interp/hello_interp/CMakeLists.txt @@ -3,7 +3,7 @@ if (TARGET hardware_interp) hello_interp.c ) - # pull in common dependencies and additional interpolation hardware support + # pull in common dependencies and additional interpolator hardware support target_link_libraries(hello_interp pico_stdlib hardware_interp) # create map/bin/hex file etc.