Playing round with a new state machine concept.
FossilOrigin-Name: b15d1beded51369384764d634c232711fc37027a08e25ad22b5ed0e841b9e574
This commit is contained in:
@ -20,7 +20,7 @@ ifndef ARCH
|
||||
endif
|
||||
|
||||
|
||||
CFLAGS += -O2 -Wall -g
|
||||
CFLAGS += -Os -Wall -g
|
||||
LDFLAGS += -L../../src/capwap/$(ARCH)
|
||||
|
||||
|
||||
|
@ -57,6 +57,9 @@ const char * interfaces[]={
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
|
||||
|
||||
wtp_main();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user