Skip to content

Commit 928e9ec

Browse files
committed
Fix template type.
1 parent 20bd81e commit 928e9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PacketSerial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "Encoding/SLIP.h"
3131

3232

33-
template<typename EncoderType, uint8_t PacketMarker = 0, int BufferSize = 256>
33+
template<typename EncoderType, uint8_t PacketMarker = 0, size_t BufferSize = 256>
3434
class PacketSerial_
3535
{
3636
public:

0 commit comments

Comments
 (0)