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

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

Parent Directory Parent Directory | Revision Log Revision Log


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