given a register, eg MCUCR
when i have code like this
MCUCR |= _BV(some number here)
doesit only mean a simple “OR” on both, or it does also other thing.
I am asking because when i compile the code i get a warning sayint that left shif is >= to width type (for MCUCR).
thnks