fl42v to Programmer Humor@programming.dev · 10 months agoYou can certainly change it. But should you?imagemessage-square58fedilinkarrow-up1538arrow-down18
arrow-up1530arrow-down1imageYou can certainly change it. But should you?fl42v to Programmer Humor@programming.dev · 10 months agomessage-square58fedilink
minus-squareKevin@lemmy.worldlinkfedilinkEnglisharrow-up24·10 months 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
.