You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ I decided to give object oriented programming a shot using only C (no C++) with
13
13
<dd>The library only shallow copies objects into the buffer, it will not call the copy constructor. For many C++ objects this works fine, but if you require a deep copy you will have to look into libraries that supports something like C++ templates. And to be honest, you shouldn't be doing deep copies on a microcontroller or you could get random freezes from memory fragmentation.</dd>
14
14
15
15
<dt>Does this library support non AVR platforms?</dt>
16
-
<dd>Currently no, see [#2](https://github.com/wizard97/ArduinoRingBuffer/issues/2). If someone knows of a portable replacement for the `ATOMIC_BLOCK(ATOMIC_RESTORESTATE){}` macro please let me know.</dd>
16
+
<dd>Currently no, see <ahref="https://github.com/wizard97/ArduinoRingBuffer/issues/2">#2</a>. If someone knows of a portable replacement for the `ATOMIC_BLOCK(ATOMIC_RESTORESTATE){}` macro please let me know.</dd>
0 commit comments