Skip to content

Commit

Permalink
Remove colons for better formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
awickert committed Feb 12, 2025
1 parent 034b996 commit f00533b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bytemap.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct bits3231 {
// 08h Alarm 1 minutes 00 - 59
unsigned A1Min:4; // minutes digit 0 - 9
unsigned A1Min10:3; // tens of minuts digit 0 - 5
unsigned: A1M2; // Alarm 1 Bit 2
unsigned A1M2; // Alarm 1 Bit 2
// 09h Alarm 1 hour 1 - 12 or 0 - 23
unsigned A1Hour:4; // hours digit 0 - 9
unsigned A1Hour10:1; // hour ten digit 0 - 1
Expand All @@ -54,7 +54,7 @@ struct bits3231 {
// 0Bh Alarm 2 minutes 00 - 59
unsigned A2Min:4; // minutes digit 0 - 9
unsigned A2Min10:3; // tens of minuts digit 0 - 5
unsigned: A2M2; // Alarm 2 Bit 2
unsigned A2M2; // Alarm 2 Bit 2
// 0Ch Alarm 2 hour 1 - 12 or 0 - 23
unsigned A2Hour:4; // hours digit 0 - 9
unsigned A2Hour10:1; // hour ten digit 0 - 1
Expand Down

0 comments on commit f00533b

Please sign in to comment.