This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 91b52c3 Fix wrong executable bit on two source files
91b52c3 is described below
commit 91b52c38f98c52ddc5df018deab24b448950931d
Author: Nathan Hartman <[email protected]>
AuthorDate: Mon Aug 31 10:52:53 2020 -0400
Fix wrong executable bit on two source files
boards/arm/cxd56xx/drivers/audio/cxd56_audio_bca_reg.h:
* Remove erroneous executable bit.
fs/tmpfs/fs_tmpfs.c:
* Remove erroneous executable bit.
---
boards/arm/cxd56xx/drivers/audio/cxd56_audio_bca_reg.h | 0
fs/tmpfs/fs_tmpfs.c | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/boards/arm/cxd56xx/drivers/audio/cxd56_audio_bca_reg.h
b/boards/arm/cxd56xx/drivers/audio/cxd56_audio_bca_reg.h
old mode 100755
new mode 100644
diff --git a/fs/tmpfs/fs_tmpfs.c b/fs/tmpfs/fs_tmpfs.c
old mode 100755
new mode 100644