From 912dd003b081b628085e86bc151b8d91fbccb0c8 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 30 Apr 2024 15:44:47 +0300 Subject: janitorial duties + Add doc and formatting tooling --- triscv/include/triscv/csr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'triscv/include') 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 -- cgit v1.3