pussuw commented on pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#issuecomment-1084206808
I added one extra commit to get rid of the error message: ``` uintptr_t riscv_mhartid(void) { #ifdef CONFIG_ARCH_USE_S_MODE /* Kernel is in S-mode */ #error "Missing functionality" <----- #else /* Kernel is in M-mode */ return READ_CSR(mhartid); #endif } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org