Update isobuffer.h

This commit is contained in:
Chris Esposito 2019-01-23 16:14:24 +11:00 committed by GitHub
parent 015d41624d
commit 31f68faf4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ enum class UartParity : uint8_t;
// Imagine it as a circular buffer, but with access functions specifically
// designed for isochronous data from an Xmega.
constexpr auto CONSOLE_UPDATE_TIMER_PERIOD = ISO_PACKETS_PER_CTX * 4;
constexpr uint32_t CONSOLE_UPDATE_TIMER_PERIOD = ISO_PACKETS_PER_CTX * 4;
// TODO: Make private what should be private
// TODO: Add m_ prefix to member variables