mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 01:46:26 +00:00
The STM32L151 and STM32L152 differ in that the STM32L152 features an LCD controller. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
/*
|
|
* Copyright (c) 2019 Antony Pavlov <antonynpavlov@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/*
|
|
* The STM32L151 and STM32L152 differ in that
|
|
* the STM32L152 features an LCD controller.
|
|
*/
|
|
#include <st/l1/stm32l151.dtsi>
|