Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-)
This commit is contained in:
parent
e70e729be6
commit
614fa668cd
16 changed files with 19 additions and 44 deletions
|
@ -6,9 +6,7 @@
|
|||
|
||||
PROCESS(dhcp_process, "DHCP");
|
||||
|
||||
#if SELFSTART_PROCESS
|
||||
AUTOSTART_PROCESSES(&dhcp_process);
|
||||
#endif /* SELFSTART_PROCESS */
|
||||
|
||||
static struct ctk_window window;
|
||||
static struct ctk_button getbutton =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue