fl42v@lemmy.ml to Programmer Humor@programming.dev · 1 year agoYou can certainly change it. But should you?lemmy.mlimagemessage-square60fedilinkarrow-up1544arrow-down18
arrow-up1536arrow-down1imageYou can certainly change it. But should you?lemmy.mlfl42v@lemmy.ml to Programmer Humor@programming.dev · 1 year agomessage-square60fedilink
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
.