`checkpatch.pl` requires that dts sources are indented with tabs, fix all the spaces that slipped in while checkpatch wasn't watching. Signed-off-by: Jordan Yates <jordan@embeint.com>
7 lines
96 B
Text
7 lines
96 B
Text
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,tracing-uart = &uart0;
|
|
};
|
|
};
|