Skip to content

Commit

Permalink
Remove hack sync__synchronize from main.cpp (#139)
Browse files Browse the repository at this point in the history
Was required before due to C++ internals, but is not needed anymore thanks
to #137
  • Loading branch information
earlephilhower committed May 16, 2021
1 parent af8b548 commit 1de1d04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cores/rp2040/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,3 @@ extern "C" int _wait (int *status) {
errno = ENOSYS;
return -1;
}

extern "C" void __sync_synchronize() { /* noop */ }

0 comments on commit 1de1d04

Please sign in to comment.