update lib paths

This commit is contained in:
MX
2022-11-02 22:54:44 +03:00
parent 79b37556d4
commit e1f5999095
4 changed files with 18 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ env.Append(
"#/lib/drivers",
],
SDK_HEADERS=[
File("#/lib/drivers/nrf24.h"),
File("drivers/nrf24.h"),
],
)