Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated type conversion #23

Merged
merged 1 commit into from
May 13, 2019
Merged

Automated type conversion #23

merged 1 commit into from
May 13, 2019

Conversation

abrauchli
Copy link
Contributor

This patch includes the changes from the following commands:

find . -type f \
    \( -name '*\.[ch]' -o -name '*\.cpp' -o -name '*\.ino' \) -print0 \
    | xargs -0 sed -i \
    -e 's/\bu\([0-9]\{1,2\}\)\b/uint\1_t/g' \
    -e 's/\bs\([0-9]\{1,2\}\)\b/int\1_t/g' \
    -e 's/\bf32\b/float32_t/g'
make style-fix

This commit updates embedded-common

This patch includes the changes from the following commands:

    find . -type f \
        \( -name '*\.[ch]' -o -name '*\.cpp' -o -name '*\.ino' \) -print0 \
        | xargs -0 sed -i \
        -e 's/\bu\([0-9]\{1,2\}\)\b/uint\1_t/g' \
        -e 's/\bs\([0-9]\{1,2\}\)\b/int\1_t/g' \
        -e 's/\bf32\b/float32_t/g'
    make style-fix

This commit updates embedded-common
@abrauchli abrauchli merged commit a18be32 into master May 13, 2019
@abrauchli abrauchli deleted the stdint branch May 14, 2019 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants