aboutsummaryrefslogtreecommitdiff
path: root/triscv/include
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-30 15:44:47 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-30 15:44:47 +0300
commit912dd003b081b628085e86bc151b8d91fbccb0c8 (patch)
tree8e27533fc5555e4c152e3f132c2b09e0dba9d86d /triscv/include
parent9fce87134559f8b5f86e105283b59e61a1707d39 (diff)
downloadtri-912dd003b081b628085e86bc151b8d91fbccb0c8.tar.gz
tri-912dd003b081b628085e86bc151b8d91fbccb0c8.zip
janitorial duties
+ Add doc and formatting tooling
Diffstat (limited to 'triscv/include')
-rw-r--r--triscv/include/triscv/csr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/triscv/include/triscv/csr.h b/triscv/include/triscv/csr.h
index 0ca03a3..80c7de4 100644
--- a/triscv/include/triscv/csr.h
+++ b/triscv/include/triscv/csr.h
@@ -3,7 +3,7 @@
/* first trit is sleep mode, R/W, second trit shutdown, R/W */
#define CSR_MPOWER -9841
-#define RW_MPOWER 0b1111
+#define RW_MPOWER 0b1111
#define CSR_SATPP -3280
#define CSR_SATPO -3279