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

boards/nucleo-l552ze-q: remove PLL N custom define

This commit is contained in:
Alexandre Abadie 2020-11-09 12:06:41 +01:00
parent 2f2622c76f
commit 6c39bc5101
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -19,12 +19,6 @@
#ifndef PERIPH_CONF_H
#define PERIPH_CONF_H
/* Add specific clock configuration (HSE, LSE) for this board here */
/* Reach 108MHz by default by setting custom PLL_N factor */
#ifndef CONFIG_CLOCK_PLL_N
#define CONFIG_CLOCK_PLL_N 27
#endif
/* Add specific clock configuration (HSE, LSE) for this board here */
#ifndef CONFIG_BOARD_HAS_LSE
#define CONFIG_BOARD_HAS_LSE 1