Pārlūkot izejas kodu

Add efuse library to default list of static link libraries.

ccrause 1 gadu atpakaļ
vecāks
revīzija
f4828950a2

+ 1 - 0
rtl/freertos/xtensa/espidf_40100.pp

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

+ 1 - 0
rtl/freertos/xtensa/espidf_40200.pp

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