Skip to content

Commit

Permalink
snRuntime: Improve riscv_decls.h
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Oct 2, 2024
1 parent 6b47e95 commit 7fba927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/snRuntime/api/riscv_decls.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

#include <stdint.h>

static inline void snrt_wfi();
inline void snrt_wfi();

static inline uint32_t snrt_mcycle();
inline uint32_t snrt_mcycle();

inline void snrt_interrupt_enable(uint32_t irq);

Expand Down

0 comments on commit 7fba927

Please sign in to comment.