Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kripton committed Jun 11, 2021
1 parent 5c6dd2f commit d8aad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8aad26

Please sign in to comment.