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

msp430 spi speed fix + USIC/USCI cleanup #5127

Merged
merged 2 commits into from
Mar 24, 2016

Conversation

malosek
Copy link
Contributor

@malosek malosek commented Mar 22, 2016

Hello,

minor issue with spi speed configuration + definitive solution for USIC/USCI confusion.

wbr
malo

@haukepetersen
Copy link
Contributor

ups :-) Looks good, untested ACK

@haukepetersen haukepetersen added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Platform: MSP Platform: This PR/issue effects MSP-based platforms CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Mar 22, 2016
@haukepetersen haukepetersen added this to the Release 2016.04 milestone Mar 22, 2016
@haukepetersen haukepetersen self-assigned this Mar 22, 2016
@alignan
Copy link
Contributor

alignan commented Mar 22, 2016

👍 ACK

if (br < 2) {
br = 2;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cpu/msp430fxyz/periph/spi.c:92: trailing whitespace.
+ 
cpu/msp430fxyz/periph/spi.c:161: trailing whitespace.
+    if (br < 2) { 
cpu/msp430fxyz/periph/spi.c:164: trailing whitespace.
+ 
cpu/msp430fxyz/periph/spi.c:92: trailing whitespace.
+ 
cpu/msp430fxyz/periph/spi.c:161: trailing whitespace.
+    if (br < 2) { 
cpu/msp430fxyz/periph/spi.c:164: trailing whitespace.
+ 
ERROR: This change introduces new whitespace errors

@malosek malosek force-pushed the msp430_spi_speed_fix branch from 4d62495 to d8b45b0 Compare March 24, 2016 08:37
malosek added 2 commits March 24, 2016 09:40
Signed-off-by: malo <malo@25cmsquare.io>
Signed-off-by: malo <malo@25cmsquare.io>
@malosek malosek force-pushed the msp430_spi_speed_fix branch from d8b45b0 to f093d10 Compare March 24, 2016 08:43
@malosek
Copy link
Contributor Author

malosek commented Mar 24, 2016

Should be better now, noticed even bad alignment of break statement.
Sorry for the inconvenience.

wbr
malo

@haukepetersen
Copy link
Contributor

CI is happy -> go. Thanks for the fix!

@haukepetersen haukepetersen merged commit 9854ca6 into RIOT-OS:master Mar 24, 2016
@malosek malosek deleted the msp430_spi_speed_fix branch March 24, 2016 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: MSP Platform: This PR/issue effects MSP-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants