mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
Add efuse library to default list of static link libraries.
This commit is contained in:
parent
4378319f87
commit
f4828950a2
@ -39,6 +39,7 @@ interface
|
||||
{$linklib libg,static}
|
||||
{$linklib c,static}
|
||||
{$linklib esp_event,static}
|
||||
{$linklib efuse, static}
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -48,6 +48,7 @@ interface
|
||||
{$linklib driver, static}
|
||||
{$linklib esp_ipc, static}
|
||||
{$linklib xt_hal, static}
|
||||
{$linklib efuse, static}
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user