Skip to content

Commit

Permalink
risc-v/mpfs: mpfs_timerisr: add missing header file
Browse files Browse the repository at this point in the history
Add the header.

Signed-off-by: Eero Nurkkala <[email protected]>
  • Loading branch information
eenurkka committed Nov 29, 2024
1 parent 9586542 commit 971afc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/risc-v/src/mpfs/mpfs_timerisr.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <nuttx/spinlock.h>

#include "riscv_internal.h"
#include "riscv_sbi.h"

#include "mpfs.h"
#include "mpfs_clockconfig.h"
Expand Down

0 comments on commit 971afc9

Please sign in to comment.