Remove extra comma
This commit is contained in:
parent
dbfd13630d
commit
b26479e625
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace opensbi::timer {
|
|||
};
|
||||
|
||||
enum class FunctionId {
|
||||
SET_TIMER,
|
||||
SET_TIMER
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue