summaryrefslogtreecommitdiff
path: root/chip/npcx/adc.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/adc.c')
-rw-r--r--chip/npcx/adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/adc.c b/chip/npcx/adc.c
index ea16589d9b..5935472108 100644
--- a/chip/npcx/adc.c
+++ b/chip/npcx/adc.c
@@ -318,7 +318,7 @@ void npcx_adc_register_thresh_irq(int threshold_idx,
* @return none
* @notes Only handle SW-triggered conversion in npcx chip
*/
-void adc_interrupt(void)
+static void adc_interrupt(void)
{
int i;
uint16_t thrcts;