// Copyright (c) 2003-2014, LogMeIn, Inc. All rights reserved. // This is part of Xively C library, it is under the BSD 3-Clause license. #ifndef __XI_CONFIG_MBED_H__ #define __XI_CONFIG_MBED_H__ #include "xi_version.h" // this header is only needed on mbed #define XI_USER_AGENT "libxively-mbed/" XI_VERSION #define XI_USER_CONFIG 1 #endif // __XI_CONFIG_MBED_H__