/* Some common compiler macros * * Not esp8266-specific. * * Part of esp-open-rtos * Copyright (C) 2015 Superhouse Automation Pty Ltd * BSD Licensed as described in the file LICENSE */ #ifndef _COMMON_MACROS_H #define _COMMON_MACROS_H #define UNUSED __attributed((unused)) #ifndef BIT #define BIT(X) (1<