Skip to content

pkg/openthread: fix bit alignment error of uart driver#2

Merged
biboc merged 1 commit intobiboc:openthread-FTD-MTD-NCP_V2from
Hyungsin:openthread-ftd-mtd-ncp
May 1, 2018
Merged

pkg/openthread: fix bit alignment error of uart driver#2
biboc merged 1 commit intobiboc:openthread-FTD-MTD-NCP_V2from
Hyungsin:openthread-ftd-mtd-ncp

Conversation

@Hyungsin
Copy link

@Hyungsin Hyungsin commented May 1, 2018

Depending on compiler, uint8_t array is not aligned as serial_msg_t, which is OK at compile time but causes problems when NCP actually receives a serial packet over the SPINEL. I'm not sure if it solves all the problems but at least this is definitely problematic in my experience.

@biboc biboc merged commit aa7948e into biboc:openthread-FTD-MTD-NCP_V2 May 1, 2018
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.

2 participants