Skip to content

Commit

Permalink
samples: blinky_pwm: fix missing project renaming
Browse files Browse the repository at this point in the history
The commit bfb1040 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 <[email protected]>
  • Loading branch information
gportay authored and MaureenHelm committed Oct 31, 2022
1 parent ec8a689 commit 1578a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/basic/blinky_pwm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1578a99

Please sign in to comment.