I guess this isn't possible? I have a C++ static method I tried to declare naked, but the compiler gives this warning:
File.cpp:44:74: warning: 'naked' attribute only applies to functions [-Wattributes] Seems like it should be possible for a static method to be naked. -- Rick _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
