mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add UIP stack. Still lots of debug output on packets...
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ uint8_t cmd_compare(uint8_t start, uint8_t * __code cmd)
|
||||
}
|
||||
|
||||
|
||||
uint8_t atoi_short(uint16_t *vlan, uint8_t idx)
|
||||
uint8_t atoi_short(register uint16_t *vlan, register uint8_t idx)
|
||||
{
|
||||
uint8_t err = 1;
|
||||
*vlan = 0;
|
||||
|
||||
Reference in New Issue
Block a user