avr11 icon indicating copy to clipboard operation
avr11 copied to clipboard

Compiler error in cpu.cpp

Open rlstrand opened this issue 4 years ago • 0 comments

cpu.cpp: In function 'void cpu::_ADC(uint16_t)': cpu.cpp:623: warning: statement has no effect PS != FLAGZ;

Is this intended to be PS |= FLAGZ; or PS &= ~FLAGZ;

rlstrand avatar Sep 27 '19 15:09 rlstrand