fl42v@lemmy.ml to Programmer Humor@programming.dev · 1 year agoYou can certainly change it. But should you?lemmy.mlimagemessage-square52fedilinkarrow-up1536arrow-down17
arrow-up1529arrow-down1imageYou can certainly change it. But should you?lemmy.mlfl42v@lemmy.ml to Programmer Humor@programming.dev · 1 year agomessage-square52fedilink
minus-squarepoopsmithlinkfedilinkEnglisharrow-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
.