samples: blinky_pwm: fix missing project renaming
The commit bfb1040612
has renamed the
sample blink_led to blinky_pwm, however, the project still have the
former name: blink_led.
This renames the project to its new name: blinky_pwm.
Signed-off-by: Gaël PORTAY <gael.portay@gmail.com>
This commit is contained in:
parent
ec8a689fcc
commit
1578a991bd
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.20.0)
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
project(blink_led)
|
||||
project(blinky_pwm)
|
||||
|
||||
target_sources(app PRIVATE src/main.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue