mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix part 1
This commit is contained in:
@@ -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"),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user