mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Rename print_port() to print_phys_port()
This commit is contained in:
+2
-2
@@ -813,8 +813,8 @@ void print_reg(uint16_t reg)
|
||||
print_sfr_data();
|
||||
}
|
||||
|
||||
// Print the phy port for a log port number.
|
||||
void print_port(uint8_t port)
|
||||
// Print the physical port of a logical port number.
|
||||
void print_phys_port(uint8_t port)
|
||||
{
|
||||
if (port < CPU_PORT)
|
||||
write_char(machine.log_to_phys_port[port] + '0');
|
||||
|
||||
Reference in New Issue
Block a user