Add efuse library to default list of static link libraries.

This commit is contained in:
ccrause 2024-03-07 07:13:12 +02:00 committed by FPK
parent 4378319f87
commit f4828950a2
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ interface
{$linklib libg,static}
{$linklib c,static}
{$linklib esp_event,static}
{$linklib efuse, static}
implementation

View File

@ -48,6 +48,7 @@ interface
{$linklib driver, static}
{$linklib esp_ipc, static}
{$linklib xt_hal, static}
{$linklib efuse, static}
implementation