diff --git a/src/main.cpp b/src/main.cpp index 44a4f75..3039277 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -167,7 +167,7 @@ int main() { return 0; } -// make lto happy... +// avoid avr-gcc 5.4 link time code generation bug extern "C" void __cxa_pure_virtual() { while (1) ;