mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Revision:
9:e55652bed36c
Parent:
8:4acb22344932
--- a/utility/mempool.h	Fri Jun 30 19:51:28 2017 +0000
+++ b/utility/mempool.h	Sun Aug 06 16:01:26 2017 +0000
@@ -33,7 +33,7 @@
     memhandle   nextblock;
 };
 
-class   MemoryPool
+class   myMemoryPool
 {
 #ifdef MEMPOOLTEST_H
     friend class    MemoryPoolTest;