Skip to content

Commit

Permalink
Supply missing right parenthesis
Browse files Browse the repository at this point in the history
Signed-off-by: Derek G Foster <[email protected]>
  • Loading branch information
ffoulkes committed Apr 28, 2024
1 parent 05b652e commit 0b281a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/target-sys/bf_sal/bf_sys_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extern "C" {
#define BF_MOD_P4RT (BF_MOD_START + 20)
#define BF_MOD_SWITCHD (BF_MOD_START + 21)
#define KRNLMON (BF_MOD_START + 22)
#define OVSP4RT (BF_MOD_START + 23
#define OVSP4RT (BF_MOD_START + 23)
#define INFRAP4D (BF_MOD_START + 24)

#define BF_MOD_MAX (INFRAP4D + 1)
Expand Down

0 comments on commit 0b281a0

Please sign in to comment.