CreatorDev / LetMeCreateIoT

LetMeCreate library for the PIC32MX clicker
BSD 3-Clause "New" or "Revised" License
5 stars 8 forks source link

core_common: Remove MIKROBUS_2 and MAX_STR_LENGTH macro #15

Closed ghost closed 7 years ago

ghost commented 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

mtusnio commented 7 years ago

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