Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 3, 20186 yr Hi, I have a problem during the conversion (from phpBB) if there is code tag in post. Example, original post: #include <avr/io.h> #define F_CPU 16000000 #include <avr/interrupt.h> After migration (and rebuilding): #include #define F_CPU 16000000 #include Another example: TCCR0 = (1<<WGM01) | (1<<CS01); //test TIMSK = (1<<OCIE0) | (1<<TOIE0); //test sei(); After migration: TCCR0 = (1< TIMSK = (1< sei(); Another example: for(;;) After migration: for(; How can I prevent such situation?
Archived
This topic is now archived and is closed to further replies.