fl42v@lemmy.ml to Programmer Humor · 1 year agoYou can certainly change it. But should you?lemmy.mlimagemessage-square59linkfedilinkarrow-up1550arrow-down18
arrow-up1542arrow-down1imageYou can certainly change it. But should you?lemmy.mlfl42v@lemmy.ml to Programmer Humor · 1 year agomessage-square59linkfedilink
minus-squareKevin@lemmy.worldlinkfedilinkEnglisharrow-up24·1 year agoIf you have a memory-mapped peripheral where there’s a readonly register, I could see it being const volatile.
If you have a memory-mapped peripheral where there’s a readonly register, I could see it being
const volatile
.