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.
Dependents: Blynk_RBL_BLE_Nano Blynk_MicroBit Blynk_Serial Blynk_RBL_BLE_Nano
Diff: utility/BlynkFifo2.h
- Revision:
- 9:7369ec77a3ea
- Parent:
- 0:58b20b438383
- Child:
- 15:975b60f7a8ff
--- a/utility/BlynkFifo2.h Wed Oct 12 10:38:37 2016 +0300
+++ b/utility/BlynkFifo2.h Thu Jan 05 14:55:36 2017 +0200
@@ -138,7 +138,7 @@
}
private:
- inline int _inc(int i, int n = 1)
+ int _inc(int i, int n = 1)
{
return (i + n) % N;
}