mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
Merge pull request #16412 from benpicco/pkg/fatfs-r0.14b
pkg/fatfs: bump version to r0.14b
This commit is contained in:
commit
07e46cef0e
@ -2,7 +2,7 @@ PKG_NAME=fatfs
|
||||
# upstream server is very unreliable, instead host the extracted
|
||||
# .zip file on GitHub and apply only the upstream patches
|
||||
PKG_URL=https://github.com/RIOT-OS/FatFS
|
||||
PKG_VERSION=fb99d00924fd17c2d9c0789510852c2c286403ab # R0.14a
|
||||
PKG_VERSION=246c97b1eb7f1900eb00d5ed7e3bf4cdb4558039 # r0.14b
|
||||
PKG_LICENSE=BSD-1-Clause
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
Binary file not shown.
Binary file not shown.
2
pkg/fatfs/vendor/include/ffconf.h
vendored
2
pkg/fatfs/vendor/include/ffconf.h
vendored
@ -2,7 +2,7 @@
|
||||
/ FatFs - Configuration file
|
||||
/---------------------------------------------------------------------------*/
|
||||
|
||||
#define FFCONF_DEF 80196 /* Revision ID */
|
||||
#define FFCONF_DEF 86631 /* Revision ID */
|
||||
|
||||
/*---------------------------------------------------------------------------/
|
||||
/ Function Configurations
|
||||
|
Loading…
Reference in New Issue
Block a user