File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 44#include "../screen.h"
55#include "../typedefs.h"
66#include "../globals.h"
7- #include "../system.h"
87
98void mount_and_boot_lobby (void )
109{
@@ -15,14 +14,14 @@ void mount_and_boot_lobby(void)
1514 }
1615 else
1716 {
18- if (hd_subState == HD_HOSTS )
19- {
20- screen_hosts_and_devices_hosts ();
21- }
22- else if (hd_subState == HD_DEVICES )
23- {
24- screen_hosts_and_devices_devices ();
25- }
17+ if (hd_subState == HD_HOSTS )
18+ {
19+ screen_hosts_and_devices_hosts ();
20+ }
21+ else if (hd_subState == HD_DEVICES )
22+ {
23+ screen_hosts_and_devices_devices ();
24+ }
2625 }
2726}
2827
Original file line number Diff line number Diff line change 44#include "../constants.h"
55#include "../globals.h"
66#include "../screen.h"
7- #include "../select_file.h"
87#include "scroll.h"
98
10-
119word lastTimer ;
1210word idleCounter = IDLE_TIMEOUT_COUNT ;
1311int scrollOffset = 0 ;
You can’t perform that action at this time.
0 commit comments