mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-04 22:33:36 -07:00
Merge remote-tracking branch 'upstream/dev' into mfkeyfour
This commit is contained in:
@@ -4,11 +4,15 @@ env.Append(
|
||||
CPPPATH=[
|
||||
"#/lib/infrared/encoder_decoder",
|
||||
"#/lib/infrared/worker",
|
||||
"#/lib/infrared/signal",
|
||||
],
|
||||
SDK_HEADERS=[
|
||||
File("encoder_decoder/infrared.h"),
|
||||
File("worker/infrared_worker.h"),
|
||||
File("worker/infrared_transmit.h"),
|
||||
File("signal/infrared_error_code.h"),
|
||||
File("signal/infrared_signal.h"),
|
||||
File("signal/infrared_brute_force.h"),
|
||||
],
|
||||
LINT_SOURCES=[
|
||||
Dir("."),
|
||||
|
||||
Reference in New Issue
Block a user