Page 1 of 1

chnControl() macro broken  Topic is solved

Posted: Wed Sep 05, 2018 4:53 pm
by Thargon
Hi,

I stumbled over a type in the hal_channel.h file, line 223:

Code: Select all

#define chnControl(ip, operation, arg) ((ip)->vmt->ctl(ip, operation, arg)

The last closing bracket is missing there ;)

- Thomas

Re: chnControl() macro broken

Posted: Thu Sep 06, 2018 1:37 pm
by Giovanni
Hi,

Fixed as bug #976.

Giovanni