mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 11:51:45 +08:00
Minor: Added missing setfill().
This commit is contained in:
@@ -335,7 +335,7 @@ void CommandSlaves::showSlaves(
|
||||
list<string>::const_iterator protoIter;
|
||||
|
||||
cout << "Mailboxes:" << endl
|
||||
<< " Bootstrap RX: 0x"
|
||||
<< " Bootstrap RX: 0x" << setfill('0')
|
||||
<< hex << setw(4) << si->boot_rx_mailbox_offset << "/"
|
||||
<< dec << si->boot_rx_mailbox_size
|
||||
<< ", TX: 0x"
|
||||
|
||||
Reference in New Issue
Block a user