diff --git a/examples/main.cpp b/examples/main.cpp index 1774c40..8c9c4b5 100644 --- a/examples/main.cpp +++ b/examples/main.cpp @@ -1,7 +1,6 @@ void setup(); void loop(); -__attribute((weak)) int main() { setup();