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

Fixes a few issues #190

Closed
wants to merge 5 commits into from
Closed

Fixes a few issues #190

wants to merge 5 commits into from

Conversation

thilo-hub
Copy link

No description provided.

If the passed in buffer is smaller than the "len" argument,
fix the len argument
Need to see if we are allowed to write to the can fifo

TODO: either make it interrupt driven, or at least do an os context switch
spin-loop's are BAD
Move setup to top and then only use the config values and not the
#defined ones
Now you can select any pin for the can interface
@the0ne
Copy link
Collaborator

the0ne commented Apr 16, 2019

@thilo-hub I've included your fix for data including zeroes
const char *data = luaL_checklstring(L, 5, &dlen);
in the rewrite of the CAN module #267

@jolivepetrus
Copy link
Contributor

We close this PR, because this other PR (#267) has been merged to master.

Please, review if your problem is still present.

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