Allow to optionally (triggered with SELFSTART_PROCESS) self start the application.
This commit is contained in:
parent
155a27ff59
commit
0a8f384a40
13 changed files with 64 additions and 12 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
PROCESS(dhcp_process, "DHCP");
|
||||
|
||||
#if SELFSTART_PROCESS
|
||||
AUTOSTART_PROCESSES(&dhcp_process);
|
||||
#endif /* SELFSTART_PROCESS */
|
||||
|
||||
static struct ctk_window window;
|
||||
static struct ctk_button getbutton =
|
||||
{CTK_BUTTON(0, 0, 16, "Request address")};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue