Skip to content

Commit

Permalink
Merge pull request #2 from bojle/master
Browse files Browse the repository at this point in the history
  • Loading branch information
wahlencraft authored Nov 29, 2022
2 parents e78c831 + efcd81e commit 858e7bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.2.1] - 2022-11-29
## Fixed
- Fix compilation error when making .uf2 target in demo

## [1.2.0] - 2021-06-15
### Added
- Ability to wait for everything to be sent to display with the `TM1637_wait()`
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ add_executable(TM1637_demo demo.c)
target_link_libraries(TM1637_demo PicoTM1637 pico_stdlib)

# Uncomment for .uf2 output
#pico_add_extra_outputs(TM1637_pico_test)
#pico_add_extra_outputs(TM1637_demo)

0 comments on commit 858e7bc

Please sign in to comment.