mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
apps/nshlib: Back out 516a743344
. While the change is fuly functional and adds a pleasing symmetry to the control commands, it is also redundant and serves no real purpose other than requiring more FLASH.
This commit is contained in:
@@ -776,8 +776,7 @@ enum nsh_lp_e
|
||||
struct nsh_loop_s
|
||||
{
|
||||
uint8_t lp_enable : 1; /* Loop command processing is enabled */
|
||||
uint8_t lp_inverted : 1; /* TRUE: inverted logic ('while ! <cmd>') */
|
||||
uint8_t lp_unused : 4;
|
||||
uint8_t lp_unused : 5;
|
||||
uint8_t lp_state : 2; /* Loop state (see enume nsh_lp_e) */
|
||||
#ifndef CONFIG_NSH_DISABLE_ITEF
|
||||
uint8_t lp_iendx; /* Saved if-then-else-fi index */
|
||||
|
Reference in New Issue
Block a user