Remove power_set_limit from board_event

This is already handled by power_event.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-03-10 08:28:13 -07:00
committed by Jeremy Soller
parent b1bd244d49
commit a198289695
15 changed files with 1 additions and 48 deletions

View File

@@ -3,7 +3,6 @@
#include <board/board.h>
#include <board/gpio.h>
#include <board/kbc.h>
#include <board/power.h>
#include <common/debug.h>
extern uint8_t main_cycle;
@@ -24,8 +23,6 @@ void board_init(void) {
}
void board_event(void) {
power_set_limit();
if (main_cycle == 0) {
// Set keyboard LEDs
static uint8_t last_kbc_leds = 0;