mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-04 12:24:11 +01:00
6075c7def0
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@115 ebee16cc-31ac-478f-84a7-5cbb03baadba
10 lines
351 B
Plaintext
10 lines
351 B
Plaintext
Notes when upgrading FatFS to newer versions
|
|
Gussy - 11/09
|
|
|
|
-> Do not overwrite the following files, these files are platform depantant
|
|
----> diskio.c
|
|
----> diskio.h
|
|
----> integer.c
|
|
----> ffconf.h
|
|
-> The above files should be diff'd with the new files to see if there is any changes that need to be made.
|
|
-> Everything else can be overwritten |