test
Fork of mbed-libxively-6eca970 by
Diff: src/libxively/xi_globals.c
- Revision:
- 0:82702e998d3f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/libxively/xi_globals.c Wed Jun 26 10:40:43 2013 +0000 @@ -0,0 +1,12 @@ +// Copyright (c) 2003-2013, LogMeIn, Inc. All rights reserved. +// This is part of Xively C library, it is under the BSD 3-Clause license. + +/** + * \file xi_globals.c + * \author Olgierd Humenczuk + * \brief Global run-time settings used by the library [see xi_globals.h] + */ + +#include "xi_globals.h" + +xi_globals_t xi_globals = { 1500 };