Browse Source

samples: up_squared: adjust gpio_counter to HWMv2

Adjust samples/boards/up_squared/gpio_counter to HWMv2 changes
of the up_squared board.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
pull/69687/head
Dmitrii Golovanov 1 year ago committed by Jamie McCrae
parent
commit
67f4c8d2a1
  1. 1
      samples/boards/up_squared/gpio_counter/CMakeLists.txt

1
samples/boards/up_squared/gpio_counter/CMakeLists.txt

@ -6,4 +6,3 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE}) @@ -6,4 +6,3 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(gpio_counter)
target_sources(app PRIVATE src/main.c)
zephyr_include_directories(${ZEPHYR_BASE}/boards/x86/up_squared)

Loading…
Cancel
Save