Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joeinman authored Oct 8, 2024
1 parent ed529b7 commit 4ff24e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ using namespace EmbedLog;
int main()
{
EmbedLog::EmbedLog logge(
[]() { stdio_init_all(); },
[]() { stdio_deinit_all(); },
[]() { return stdio_init_all(); },
[]() { return stdio_deinit_all(); },
[](const std::string& message) { printf("%s", message.c_str()); },
[]() { return to_us_since_boot(get_absolute_time()); }
);
Expand Down

0 comments on commit 4ff24e5

Please sign in to comment.