avr: new com2 and timer stack basically works again.
This commit is contained in:
@@ -92,6 +92,8 @@ void AQH_DeviceMsg_DumpToBuffer(const GWEN_MSG *msg, GWEN_BUFFER *dbuf, const ch
|
||||
GWEN_Buffer_AppendString(dbuf, " LCD");
|
||||
if (modules & AQH_MSG_DEVICE_MASK_SI7021)
|
||||
GWEN_Buffer_AppendString(dbuf, " SI7021");
|
||||
if (modules & AQH_MSG_DEVICE_MASK_STATS)
|
||||
GWEN_Buffer_AppendString(dbuf, " STATS");
|
||||
GWEN_Buffer_AppendString(dbuf, " ]");
|
||||
}
|
||||
GWEN_Buffer_AppendString(dbuf, ")\n");
|
||||
|
||||
Reference in New Issue
Block a user