mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-12 20:08:48 +01:00
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
|