 611b7e15ed
			
		
	
	
		611b7e15ed
		
			
		
	
	
	
	
		
			
			* Add permission fix (no execute bit for source files) to fbt lint|format * Remove execute bit from 59 source files using fbt format * Also list which permissions are unwanted in lint.py * Also remove exec permissions from lib/../rfal_nfc.c Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			350 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			350 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <furi.h>
 | |
| #include <furi_hal.h>
 | |
| 
 | |
| #include <gui/gui.h>
 | |
| #include <gui/view_dispatcher.h>
 | |
| #include <gui/modules/variable_item_list.h>
 | |
| 
 | |
| typedef struct {
 | |
|     Gui* gui;
 | |
|     ViewDispatcher* view_dispatcher;
 | |
|     VariableItemList* var_item_list;
 | |
| } SystemSettings;
 | |
| 
 | |
| typedef enum {
 | |
|     SystemSettingsViewVarItemList,
 | |
| } SystemSettingsView;
 |