openwrt: use correct indentation in config_gram.y
This commit is contained in:
parent
86672194d0
commit
a3451a9571
|
@ -42,7 +42,7 @@ diff -urNad /tmp/avrdude-5.10/config_gram.y avrdude-5.10/config_gram.y
|
|||
}
|
||||
} |
|
||||
+
|
||||
+ K_TYPE TKN_EQUAL K_GPIO {
|
||||
+ K_TYPE TKN_EQUAL K_GPIO {
|
||||
+ {
|
||||
+ gpio_initpgm(current_prog);
|
||||
+ }
|
||||
|
|
Loading…
Reference in New Issue