Fix part 1

This commit is contained in:
MX
2022-11-02 23:07:00 +03:00
parent e1f5999095
commit c8bc9e26e0
14 changed files with 45 additions and 15 deletions

View File

@@ -5,20 +5,20 @@ env.Append(
"#/lib/subghz",
],
SDK_HEADERS=[
File("subghz/environment.h"),
File("subghz/receiver.h"),
File("subghz/subghz_worker.h"),
File("subghz/subghz_tx_rx_worker.h"),
File("subghz/transmitter.h"),
File("subghz/registry.h"),
File("subghz/protocols/protocol_items.h"),
File("subghz/protocols/raw.h"),
File("subghz/blocks/const.h"),
File("subghz/blocks/decoder.h"),
File("subghz/blocks/encoder.h"),
File("subghz/blocks/generic.h"),
File("subghz/blocks/math.h"),
File("subghz/subghz_setting.h"),
File("environment.h"),
File("receiver.h"),
File("subghz_worker.h"),
File("subghz_tx_rx_worker.h"),
File("transmitter.h"),
File("registry.h"),
File("protocols/protocol_items.h"),
File("protocols/raw.h"),
File("blocks/const.h"),
File("blocks/decoder.h"),
File("blocks/encoder.h"),
File("blocks/generic.h"),
File("blocks/math.h"),
File("subghz_setting.h"),
],
)