Skip to content

Commit cb76498

Browse files
committed
put headers back in required order
1 parent 5a0e281 commit cb76498

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

runcpm-rp2350-hstx-usb/runcpm-pico/runcpm-pico.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ FILE_TYPE lst_dev;
7272
int lst_open = FALSE;
7373
#endif
7474

75+
// (n.b. these are order sensitive. don't let clang-format reorder them!)
76+
#include "ram.h"
7577
#include "console.h"
76-
#include "cpm.h"
7778
#include "cpu.h"
7879
#include "disk.h"
7980
#include "host.h"
80-
#include "ram.h"
81+
#include "cpm.h"
8182
#ifdef CCP_INTERNAL
8283
#include "ccp.h"
8384
#endif

0 commit comments

Comments
 (0)