Skip to content

Commit 8a5879b

Browse files
committed
K82F: Fix serial_api serial_init_clock implicit declaration error
1 parent d723bf9 commit 8a5879b

File tree

1 file changed

+2
-0
lines changed
  • targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K82F

1 file changed

+2
-0
lines changed

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K82F/serial_api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#include "PeripheralPins.h"
3232
#include "fsl_clock_config.h"
3333

34+
void serial_clock_init(void);
35+
3436
static uint32_t serial_irq_ids[FSL_FEATURE_SOC_LPUART_COUNT] = {0};
3537
static uart_irq_handler irq_handler;
3638
/* Array of UART peripheral base address. */

0 commit comments

Comments
 (0)