From d8aad26d5061befb226b71a658e98f0b3ee92abe Mon Sep 17 00:00:00 2001 From: Jannis Achstetter Date: Fri, 11 Jun 2021 23:18:09 +0200 Subject: [PATCH] Fix typo --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d2baae2..b855290 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,7 +33,7 @@ add_executable(${CMAKE_PROJECT_NAME} main.c ) -## Unfortunately, including all algortihms would result in a binary file +## Unfortunately, including all algorithms would result in a binary file ## too large for the Pico board (~2.7MB vs. 2MB available) ## We could try -Os but that contradicts our benchmarking effort ... UPDATE: ## just trying it revealed that the code is not that much slower.