Sfoglia il codice sorgente

Merge magspoof from https://github.com/xMasterX/all-the-plugins

# Conflicts:
#	magspoof/application.fam
#	magspoof/helpers/mag_types.h
#	magspoof/mag.c
#	magspoof/mag_device.h
#	magspoof/mag_i.h
#	magspoof/scenes/mag_scene_input_value.c
Willy-JL 1 anno fa
parent
commit
47e2f0dc76
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      magspoof/mag_i.h

+ 0 - 1
magspoof/mag_i.h

@@ -89,7 +89,6 @@ typedef struct {
     char uart_text_input_store[UART_TERMINAL_TEXT_INPUT_STORE_SIZE + 1];
     FuriString* uart_text_box_store;
     size_t uart_text_box_store_strlen;
-    // UART_TextInput* text_input;
 } Mag;
 
 void mag_text_store_set(Mag* mag, const char* text, ...);