added a comment

master
Kenneth Barbour 2019-10-03 12:53:44 -04:00
parent c7597ca4b1
commit 2d499714d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#include "Buffer.h"
// a comment
Buffer::Buffer(uint8_t * ptr, size_t len)
: start(ptr), size(len), num(0), w_ptr(ptr), r_ptr(ptr)
{}