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

all: prepare for CGo changes in TinyGo #601

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Conversation

aykevl
Copy link
Member

@aykevl aykevl commented Sep 22, 2023

For details, see: tinygo-org/tinygo#3927

This change just means we need to be more careful to use the right type, when types like C.uint32_t won't match to the Go equivalent (like uint32).

For details, see: tinygo-org/tinygo#3927
This change just means we need to be more careful to use the right type,
now that types like C.uint32_t don't match to the Go equivalent (like
uint32).
Copy link
Member

@deadprogram deadprogram left a comment

Choose a reason for hiding this comment

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

Seems better/safer.

@deadprogram deadprogram merged commit 715c33d into dev Oct 5, 2023
1 check passed
@deadprogram deadprogram deleted the ws2812-cgo-stdint-changes branch October 5, 2023 08:01
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