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

fix return type of check MeSuperVariable::set_variable #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

s-urbaniak
Copy link

This fixes the following compilation error:

/home/sur/Arduino/libraries/makeblock/src/MeSuperVariable.cpp: In member function 'void* MeSuperVariable::set_variable(char*, uint8_t, void*, uint8_t)':
/home/sur/Arduino/libraries/makeblock/src/MeSuperVariable.cpp:241:14: error: cannot convert 'bool' to 'void*' in return
       return false;
              ^~~~~

@nbourre
Copy link

nbourre commented Sep 26, 2022

@Makeblock-official : This simple modification fix the compilation problems!

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