Revert "MPU Hal (#1492)"

This reverts commit eed4296890.
This commit is contained in:
MX
2022-08-04 05:02:23 +03:00
parent db5c232f50
commit 43345ba0bb
29 changed files with 62 additions and 238 deletions
+1 -2
View File
@@ -64,8 +64,7 @@ const char* input_get_type_name(InputType type) {
return "Unknown";
}
int32_t input_srv(void* p) {
UNUSED(p);
int32_t input_srv() {
input = malloc(sizeof(Input));
input->thread_id = furi_thread_get_current_id();
input->event_pubsub = furi_pubsub_alloc();