mirror of https://github.com/EspoTek/Labrador.git
Update isobuffer.h
This commit is contained in:
parent
015d41624d
commit
31f68faf4e
|
@ -25,7 +25,7 @@ enum class UartParity : uint8_t;
|
||||||
// Imagine it as a circular buffer, but with access functions specifically
|
// Imagine it as a circular buffer, but with access functions specifically
|
||||||
// designed for isochronous data from an Xmega.
|
// 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: Make private what should be private
|
||||||
// TODO: Add m_ prefix to member variables
|
// TODO: Add m_ prefix to member variables
|
||||||
|
|
Loading…
Reference in New Issue