Increase timeouts
This commit is contained in:
@ -10,7 +10,7 @@ void kbc_init(void) {
|
||||
*(KBC.control) = 0;
|
||||
}
|
||||
|
||||
#define KBC_TIMEOUT 1000
|
||||
#define KBC_TIMEOUT 10000
|
||||
|
||||
// System flag
|
||||
static bool kbc_system = false;
|
||||
|
@ -9,7 +9,7 @@ void pmc_init(void) {
|
||||
*(PMC_2.control) = 0x41;
|
||||
}
|
||||
|
||||
#define PMC_TIMEOUT 1000
|
||||
#define PMC_TIMEOUT 10000
|
||||
|
||||
enum PmcState {
|
||||
PMC_STATE_DEFAULT,
|
||||
|
Reference in New Issue
Block a user