Skip to content

Commit fae2b1b

Browse files
jacobly0adriweb
authored andcommitted
Make naming consistent.
1 parent 579fc1b commit fae2b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/usb/physical.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct hub {
9898
uint8_t buffer[sizeof(uint16_t)];
9999
uint16_t value;
100100
struct {
101-
bool power : 1, overcurrent : 1;
101+
bool power : 1, over_current : 1;
102102
uint8_t : 0;
103103
};
104104
} status, change;

0 commit comments

Comments
 (0)