[FL-3433] Add compressor.h to the SDK (#2962)

This commit is contained in:
Astra
2023-08-09 16:52:41 +09:00
committed by GitHub
parent d9e931b7b7
commit a39ef50fdb
3 changed files with 19 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ env.Append(
],
SDK_HEADERS=[
File("api_lock.h"),
File("compress.h"),
File("manchester_decoder.h"),
File("manchester_encoder.h"),
File("path.h"),