Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: RequestQueue.h
- Revision:
- 4:95fe80130442
- Parent:
- 3:c3d716d6c6a7
--- a/RequestQueue.h Thu Mar 26 23:41:44 2015 +0000
+++ b/RequestQueue.h Fri Mar 27 03:53:57 2015 +0000
@@ -21,6 +21,7 @@
};
void RequestQueue::add (int i){
+ //pc.printf(": %d is requested :",i);
floorRequests[i-1] = 1;
}