File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ matrix:
200
200
- fusermount --version
201
201
before_script :
202
202
# Setup and patch littlefs-fuse
203
- - git clone https://github.com/geky /littlefs-fuse littlefs_fuse
203
+ - git clone https://github.com/armmbed /littlefs-fuse littlefs_fuse
204
204
- git -C littlefs_fuse checkout 3f1ed6e37799e49e3710830dc6abb926d5503cf2
205
205
- echo '*' > littlefs_fuse/.mbedignore
206
206
- rm -rf littlefs_fuse/littlefs/*
@@ -238,7 +238,7 @@ matrix:
238
238
- make clean size
239
239
CC='arm-none-eabi-gcc -mthumb'
240
240
OBJ="$(ls lfs*.o | tr '\n' ' ')"
241
- CFLAGS+="-DLFS_NO{ASSERT,DEBUG,WARN,ERROR} "
241
+ CFLAGS+="-DLFS_NO_ASSERT -DLFS_NO_DEBUG -DLFS_NO_WARN -DLFS_NO_ERROR "
242
242
| tee sizes
243
243
after_success :
244
244
# update status if we succeeded, compare with master if possible
You can’t perform that action at this time.
0 commit comments