/[dtapublic]/projs/ets/trunk/src/lib_c/c_ets_config/ets_config.h
ViewVC logotype

Contents of /projs/ets/trunk/src/lib_c/c_ets_config/ets_config.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 244 - (show annotations) (download)
Sun Aug 5 19:05:46 2018 UTC (5 years, 7 months ago) by dashley
File MIME type: text/plain
File size: 2012 byte(s)
Reorganize.  Get formatted string functions working.
1 //$Header$
2 //{149fb278-422e-4dac-8c7a-bcf175ec0120}
3 //-------------------------------------------------------------------------------------------------
4 //This file is part of "Embedded Tool Set", a tool set designed to facilitate embedded system
5 //software and hardware development.
6 //-------------------------------------------------------------------------------------------------
7 //This source code and any program in which it is compiled/used is provided under the MIT License,
8 //reproduced below.
9 //-------------------------------------------------------------------------------------------------
10 //Permission is hereby granted, free of charge, to any person obtaining a copy of
11 //this software and associated documentation files(the "Software"), to deal in the
12 //Software without restriction, including without limitation the rights to use,
13 //copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the
14 //Software, and to permit persons to whom the Software is furnished to do so,
15 //subject to the following conditions :
16 //
17 //The above copyright notice and this permission notice shall be included in all
18 //copies or substantial portions of the Software.
19 //
20 //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21 //IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22 //FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
23 //AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24 //LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25 //OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26 //SOFTWARE.
27 //-------------------------------------------------------------------------------------------------
28 #ifndef ETS_CONFIG_H_INCLUDED
29 #define ETS_CONFIG_H_INCLUDED
30
31 #define K_ETS_CFG_LINE_LEN_CONSOLE_MODE (78)
32 //For console mode programs, maximum line length to avoid aesthetic (but not logical)
33 //issues.
34 #endif
35
36 //End of ets_config.h.

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision URL Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25