Class to manage a linked list. Utility that can be built on or used alone

Dependents:   Waldo_Embed_V2 elevator_with_queue RaheeNew DS1820 ... more

Issue: Not compatible with OS5 (Closed: Fixed)

Unfortunately a class with the same name but different implementation has been defined in Mbed OS 5 ("/mbed-os/drivers/internal/LinkedList.h").

Changing anything 'LinkedList' to LinkedList_SG including renaming library .cpp and .h fixes the problem.

1 comment:

28 Dec 2019

I've updated the library files to be named LL.cpp/h and the class name to match. This should fix the problem although any existing programs will need to update as well.