We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab38c4a commit 2a61400Copy full SHA for 2a61400
msdos/src/fn_network/network_open.c
@@ -5,7 +5,7 @@
5
6
uint8_t network_open(const char* devicespec, uint8_t mode, uint8_t trans)
7
{
8
- uint8_t device = network_unit(devicespec);
+ uint8_t device = network_unit(devicespec) + 0x70;
9
10
return int_f5_write(device,'O',mode,trans,devicespec,256);
11
}
0 commit comments