1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nucleo-l4r5zi: remove PLL N custom define

This commit is contained in:
Alexandre Abadie 2020-11-09 11:55:46 +01:00
parent 36d33d38f7
commit 75d7c6afab
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -24,10 +24,6 @@
#define CONFIG_BOARD_HAS_LSE 1
#endif
#ifndef CONFIG_CLOCK_PLL_N
#define CONFIG_CLOCK_PLL_N (30)
#endif
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_i2c1_pb8_pb9.h"