From 8d5c6332c035e2b7d919616905d0aef37827585a Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 24 Jan 2017 23:53:53 +1100 Subject: esp8266: Switch to use OO version of FatFs library. --- esp8266/esp8266_common.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esp8266/esp8266_common.ld') diff --git a/esp8266/esp8266_common.ld b/esp8266/esp8266_common.ld index d22a53865..f721c28b0 100644 --- a/esp8266/esp8266_common.ld +++ b/esp8266/esp8266_common.ld @@ -113,7 +113,7 @@ SECTIONS *extmod/*.o*(.literal* .text*) - *lib/fatfs/*.o*(.literal*, .text*) + *lib/oofatfs/*.o*(.literal*, .text*) */libaxtls.a:(.literal*, .text*) *lib/berkeley-db-1.xx/*.o(.literal*, .text*) *lib/libm/*.o*(.literal*, .text*) -- cgit v1.2.3