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

Style: Remove tabs and tab == 4 spaces #120

Merged
merged 14 commits into from
Aug 17, 2020
Prev Previous commit
Next Next commit
Style: remove xx accidentally left
  • Loading branch information
Alfred Gedeon committed Aug 14, 2020
commit 625d8ebdca1ed19d2bf0e730b50a786a3edc57df
2 changes: 1 addition & 1 deletion include/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
* // different memory alignment requirements - refer to the FreeRTOS documentation
* // for full information.
* {
* // Base address xx Length Parameters
* // Base address Length Parameters
* { cReadWriteArray, 32, portMPU_REGION_READ_WRITE },
* { cReadOnlyArray, 32, portMPU_REGION_READ_ONLY },
* { cPrivilegedOnlyAccessArray, 128, portMPU_REGION_PRIVILEGED_READ_WRITE }
Expand Down