mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
cmd_parser: de-__gptrput()-call in vlan_ingress_mode_parse()
This commit is contained in:
+1
-1
@@ -447,7 +447,7 @@ err:
|
||||
}
|
||||
|
||||
|
||||
bool vlan_ingress_mode_parse(char c, vlan_ingress_mode_t *mode)
|
||||
bool vlan_ingress_mode_parse(char c, __xdata vlan_ingress_mode_t *mode)
|
||||
{
|
||||
switch (c) {
|
||||
case 'u':
|
||||
|
||||
Reference in New Issue
Block a user