diff options
Diffstat (limited to 'triscv/include')
| -rw-r--r-- | triscv/include/triscv/csr.h | 2 |
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 |
