Parcourir la source

Add efuse library to default list of static link libraries.

ccrause il y a 1 an
Parent
commit
f4828950a2
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      rtl/freertos/xtensa/espidf_40100.pp
  2. 1 0
      rtl/freertos/xtensa/espidf_40200.pp

+ 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