Constification

This commit is contained in:
Jasmine Iwanek
2023-07-20 18:58:26 -04:00
parent db66543959
commit 998cfe5cc8
163 changed files with 1086 additions and 1071 deletions

View File

@@ -158,7 +158,7 @@ cms_write(uint16_t addr, uint8_t val, void *priv)
uint8_t
cms_read(uint16_t addr, void *priv)
{
cms_t *cms = (cms_t *) priv;
const cms_t *cms = (cms_t *) priv;
switch (addr & 0xf) {
case 0x1: