diff options
| author | Damien George <damien.p.george@gmail.com> | 2017-01-24 23:53:53 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2017-01-27 13:19:11 +1100 |
| commit | 8d5c6332c035e2b7d919616905d0aef37827585a (patch) | |
| tree | 0ebd393ca4e0cf9ee09c35f102ad208cbbc62a33 /esp8266/esp8266_common.ld | |
| parent | 94d87fbb308bf26e35cbb50f294fb06f178df871 (diff) | |
esp8266: Switch to use OO version of FatFs library.
Diffstat (limited to 'esp8266/esp8266_common.ld')
| -rw-r--r-- | esp8266/esp8266_common.ld | 2 |
1 files changed, 1 insertions, 1 deletions
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*) |
