Closed ghost closed 7 years ago
The MAX_STR_LENGTH macro was used in LetMeCreate for creating paths to file descriptors and other files which do not exist in Contiki.
There is only one Mikrobus connector on the clicker, so MIKROBUS_2 should not be defined otherwise check_valid_mikrobus does not work properly.
Signed-off-by: Francois Berder francois.berder@imgtec.com
Yeah, it seems all of this got added by accident when check_valid_mikrobus was added: https://github.com/CreatorDev/LetMeCreateIoT/commit/e55140018813160ae989b7c2f797602365f733bd Nice catch
The MAX_STR_LENGTH macro was used in LetMeCreate for creating paths to file descriptors and other files which do not exist in Contiki.
There is only one Mikrobus connector on the clicker, so MIKROBUS_2 should not be defined otherwise check_valid_mikrobus does not work properly.
Signed-off-by: Francois Berder francois.berder@imgtec.com