We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e170c commit 4ad8835Copy full SHA for 4ad8835
src/boards/SKiM880B/board.c
@@ -471,7 +471,7 @@ void SysTick_Handler( void )
471
472
uint8_t GetBoardPowerSource( void )
473
{
474
- return BATTERY_POWER;
+ return USB_POWER;
475
}
476
477
/**
src/boards/SKiM881AXL/board.c
@@ -444,7 +444,7 @@ void SysTick_Handler( void )
444
445
446
447
448
449
450
src/boards/SKiM980A/board.c
0 commit comments