mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:39:33 +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 libg,static}
|
||||||
{$linklib c,static}
|
{$linklib c,static}
|
||||||
{$linklib esp_event,static}
|
{$linklib esp_event,static}
|
||||||
|
{$linklib efuse, static}
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ interface
|
|||||||
{$linklib driver, static}
|
{$linklib driver, static}
|
||||||
{$linklib esp_ipc, static}
|
{$linklib esp_ipc, static}
|
||||||
{$linklib xt_hal, static}
|
{$linklib xt_hal, static}
|
||||||
|
{$linklib efuse, static}
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user