We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bd81e commit 928e9ecCopy full SHA for 928e9ec
src/PacketSerial.h
@@ -30,7 +30,7 @@
30
#include "Encoding/SLIP.h"
31
32
33
-template<typename EncoderType, uint8_t PacketMarker = 0, int BufferSize = 256>
+template<typename EncoderType, uint8_t PacketMarker = 0, size_t BufferSize = 256>
34
class PacketSerial_
35
{
36
public:
0 commit comments