remove unnecessary extern in nrf/mphalport.c

This commit is contained in:
Dan Halbert 2018-06-29 16:06:51 -04:00
parent 7028a399c2
commit 7c9a0e2996
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@
#include "py/mperrno.h"
#include "hal_uart.h"
extern uint32_t common_hal_mcu_processor_get_frequency(void);
#define UART_INSTANCE UART_BASE(0)
FIL* boot_output_file;