Radu-Adrian Marcu / Mbed OS SOFT253_GroupA_AssignmentRepo

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
44:b523c9a9dd97
Parent:
43:3983059e0d91
Child:
45:9a33f2bc2b4e
--- a/LinkedList.cpp	Thu Apr 06 10:48:12 2017 +0000
+++ b/LinkedList.cpp	Thu Apr 06 11:07:40 2017 +0000
@@ -93,7 +93,10 @@
         {
             Node *n = head;
             head = head->next;
+            
             delete n;
+            
+            i++;
         }   
         size -= x;
     }
\ No newline at end of file