remove const for phy

master
Hideaki Tai 3 years ago
parent 7ba521db62
commit 29cb184a13

@ -234,7 +234,7 @@ namespace arx {
send_packet(ip);
}
void physical(const uint8_t i) const { phy = constrain(i, 0, 3); }
void physical(const uint8_t i) { phy = constrain(i, 0, 3); }
uint8_t sequence() const { return seq; }

Loading…
Cancel
Save