cpu/cc26x2_cc13x2: rename aux.c to restore Windows compatibility#14257
Merged
leandrolanzieri merged 1 commit intoRIOT-OS:masterfrom Jun 11, 2020
Merged
cpu/cc26x2_cc13x2: rename aux.c to restore Windows compatibility#14257leandrolanzieri merged 1 commit intoRIOT-OS:masterfrom
leandrolanzieri merged 1 commit intoRIOT-OS:masterfrom
Conversation
AUX.* is a reserved file name on Windows. https://docs.microsoft.com/de-de/windows/win32/fileio/naming-a-file fixes RIOT-OS#14253
Contributor
|
Yes no problem! it's fine 👍 |
leandrolanzieri
approved these changes
Jun 11, 2020
Contributor
leandrolanzieri
left a comment
There was a problem hiding this comment.
I confirm that cloning @benpicco's branch directly on a windows machine works:
git clone --single-branch --branch fix/14253 git@github.com:benpicco/RIOT.git.
ACK.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
AUX.* is a reserved file name on Windows. (see also)
Testing procedure
Everything should still compile, but you should be able to check out the RIOT repository on a Windows machine again (did not test this)
@jeandudey are you fine with the new name?
Issues/PRs references
fixes #14253