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

does not compile #1

Open
baycom opened this issue Apr 8, 2018 · 1 comment
Open

does not compile #1

baycom opened this issue Apr 8, 2018 · 1 comment

Comments

@baycom
Copy link

baycom commented Apr 8, 2018

rmtlib_nec.c:132:2: error: too few arguments to function 'rmt_wait_tx_done'
rmt_wait_tx_done(RMT_TX_CHANNEL);
rmtlib_nec.c:266:5: error: implicit declaration of function 'rmt_get_ringbuf_handler' [-Werror=implicit-function-declaration]
rmt_get_ringbuf_handler(RMT_RX_CHANNEL, &rb);
rmtlib_nec.c:283:17: warning: unused variable 'res' [-Wunused-variable]
int res = nec_parse_items(item, rx_size / 4, &rmt_data);
RMTLib.cpp:6:21: fatal error: Arduino.h: No such file or directory

@hd-nguyen
Copy link

hd-nguyen commented Mar 21, 2019

Please correct "rmt_get_ringbuf_handler" by "rmt_get_ringbuf_handle" as well

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

No branches or pull requests

2 participants