Format code according to conventions (#11907)
Co-authored-by: QMK Bot <hello@qmk.fm>
This commit is contained in:
parent
c80e5f9f88
commit
8e8b7113dc
2 changed files with 5 additions and 5 deletions
|
@ -64,7 +64,7 @@ __attribute__((weak)) usbpd_allowance_t usbpd_get_allowance(void) {
|
|||
switch (vstate_max) {
|
||||
case 0:
|
||||
case 1:
|
||||
return USBPD_500MA; // Note that this is 500mA (i.e. max USB 2.0), not 900mA, as we're not using USB 3.1 as a sink device.
|
||||
return USBPD_500MA; // Note that this is 500mA (i.e. max USB 2.0), not 900mA, as we're not using USB 3.1 as a sink device.
|
||||
case 2:
|
||||
return USBPD_1500MA;
|
||||
case 3:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue