Badger2040: UART enabled build works

pull/330/head
Mike Bell 2022-03-30 22:23:24 +01:00
rodzic a4acf4b94e
commit 4d67e35137
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -520,7 +520,10 @@ mp_obj_t Badger2040_measure_glyph(size_t n_args, const mp_obj_t *pos_args, mp_ma
#include "hardware/vreg.h"
#include "hardware/clocks.h"
#include "hardware/pll.h"
// #include "uart.h"
#if MICROPY_HW_ENABLE_UART_REPL
#include "uart.h"
#endif
static void _Badger2040_set_system_speed(uint32_t selected_speed) {
uint32_t sys_freq;