We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0e281 commit cb76498Copy full SHA for cb76498
1 file changed
runcpm-rp2350-hstx-usb/runcpm-pico/runcpm-pico.ino
@@ -72,12 +72,13 @@ FILE_TYPE lst_dev;
72
int lst_open = FALSE;
73
#endif
74
75
+// (n.b. these are order sensitive. don't let clang-format reorder them!)
76
+#include "ram.h"
77
#include "console.h"
-#include "cpm.h"
78
#include "cpu.h"
79
#include "disk.h"
80
#include "host.h"
-#include "ram.h"
81
+#include "cpm.h"
82
#ifdef CCP_INTERNAL
83
#include "ccp.h"
84
0 commit comments