Display BitField[Enum] in docs to distinguish from Enum

This commit is contained in:
Danil Alexeev 2023-06-15 17:06:22 +03:00
parent 824820d73a
commit eb391d3302
No known key found for this signature in database
GPG key ID: 124453E157DA8DC7
52 changed files with 191 additions and 129 deletions

View file

@ -52,9 +52,6 @@ static const uint8_t MONTH_DAYS_TABLE[2][12] = {
{ 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
};
VARIANT_ENUM_CAST(Month);
VARIANT_ENUM_CAST(Weekday);
#define UNIX_TIME_TO_HMS \
uint8_t hour, minute, second; \
{ \