summaryrefslogtreecommitdiff
path: root/board/nami/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/nami/board.c')
-rw-r--r--board/nami/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/nami/board.c b/board/nami/board.c
index b39ff3c514..afc3d802ed 100644
--- a/board/nami/board.c
+++ b/board/nami/board.c
@@ -67,9 +67,9 @@
#define USB_PD_PORT_PS8751 0
#define USB_PD_PORT_ANX7447 1
-static uint16_t board_version;
-static uint8_t oem = PROJECT_NAMI;
-static uint16_t sku;
+uint16_t board_version;
+uint8_t oem = PROJECT_NAMI;
+uint16_t sku;
static void tcpc_alert_event(enum gpio_signal signal)
{