cmake: modules: extensions: fix a section header

The table of contents at the top of the file has 'Devicetree
extensions' as the name of the section containing... those things.

The actual place in the file where they are defined has a different
title, though, defeating searching in the file for that section name.

Fix it.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2022-12-15 13:03:36 -08:00 committed by Carles Cufí
commit 23b947532c

View file

@ -2651,7 +2651,7 @@ function(target_byproducts)
endfunction() endfunction()
######################################################## ########################################################
# 4. Zephyr devicetree function # 4. Devicetree extensions
######################################################## ########################################################
# 4.1. dt_* # 4.1. dt_*
# #