Fix errors and deny errors
This commit is contained in:
@ -272,9 +272,9 @@ void power_button() {
|
||||
last = new;
|
||||
}
|
||||
|
||||
void touchpad_event(struct Ps2 * ps2) {
|
||||
//TODO
|
||||
}
|
||||
// void touchpad_event(struct Ps2 * ps2) {
|
||||
// //TODO
|
||||
// }
|
||||
|
||||
struct Gpio __code LED_SSD_N = GPIO(G, 6);
|
||||
struct Gpio __code LED_AIRPLANE_N = GPIO(G, 6);
|
||||
@ -317,7 +317,7 @@ void main(void) {
|
||||
ac_adapter();
|
||||
power_button();
|
||||
kbscan_event();
|
||||
touchpad_event(&PS2_3);
|
||||
//TODO: touchpad_event(&PS2_3);
|
||||
kbc_event(&KBC);
|
||||
pmc_event(&PMC_1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user