I was debbuging the code and I noticed that it hangs up in the function traverse() located in stdlibm.h and specially in a function that traverse calls which is remove_node located in memmgmt.c. For ...
Hi I implemented a linked list on my PIC which contains the sensors connected to the CAN bus, however, when I unplug a sensor and I try to remove the sensor from the list, sometimes it hangs up when i ...