Remove incorrect inverted dependency on Pioasm which broke Ninja build (#24)

This commit is contained in:
Graham Sanderson
2021-02-01 08:03:14 -06:00
committed by Graham Sanderson
parent 2cbea72cd3
commit 33854562cd
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ example_auto_set_url(pio_squarewave)
# generate .hex file and .pio.h file for the RP2040 datasheet (to make sure
# the datasheet always shows the output of the latest pioasm version)
add_custom_target(pio_squarewave_datasheet DEPENDS
Pioasm
${CMAKE_CURRENT_LIST_DIR}/generated/squarewave.hex
${CMAKE_CURRENT_LIST_DIR}/generated/squarewave.pio.h
${CMAKE_CURRENT_LIST_DIR}/generated/squarewave_wrap.pio.h