Skip to content

Commit

Permalink
rm weak attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdralph committed Jan 30, 2021
1 parent 8d43061 commit 65df832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
void setup();
void loop();

__attribute((weak))
int main()
{
setup();
Expand Down

0 comments on commit 65df832

Please sign in to comment.