CO528 - Assessment 3 - Guard Room Project

Dependencies:   C12832 MMA7660 mbed-http

Fork of http-example by sandbox

source/select-demo.h

Committer:
fpaf2
Date:
2017-05-03
Revision:
15:8965fc128e7b
Parent:
11:72c089200302

File content as of revision 15:8965fc128e7b:

#ifndef _SELECT_METHOD_H_
#define _SELECT_METHOD_H_

#define         DEMO_HTTP                   1
#define         DEMO_HTTP_SOCKET_REUSE      2
#define         DEMO_HTTPS                  3
#define         DEMO_HTTPS_SOCKET_REUSE     4

#define         DEMO            DEMO_HTTP

#endif // _SELECT_METHOD_H_