Skip to content

Commit 4ad8835

Browse files
committed
Changed IMST boards default power source to USB_POWER
1 parent b7e170c commit 4ad8835

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/boards/SKiM880B/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ void SysTick_Handler( void )
471471

472472
uint8_t GetBoardPowerSource( void )
473473
{
474-
return BATTERY_POWER;
474+
return USB_POWER;
475475
}
476476

477477
/**

src/boards/SKiM881AXL/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ void SysTick_Handler( void )
444444

445445
uint8_t GetBoardPowerSource( void )
446446
{
447-
return BATTERY_POWER;
447+
return USB_POWER;
448448
}
449449

450450
/**

src/boards/SKiM980A/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ void SysTick_Handler( void )
471471

472472
uint8_t GetBoardPowerSource( void )
473473
{
474-
return BATTERY_POWER;
474+
return USB_POWER;
475475
}
476476

477477
/**

0 commit comments

Comments
 (0)