WebRadioApp  0.1
ewlocale.h
Go to the documentation of this file.
1 /*******************************************************************************
2 *
3 * E M B E D D E D W I Z A R D P R O J E C T
4 *
5 * Copyright (c) TARA Systems GmbH
6 * written by Paul Banach and Manfred Schweyer
7 *
8 ********************************************************************************
9 *
10 * This file was generated automatically by Embedded Wizard Studio.
11 *
12 * Please do not make any modifications of this file! The modifications are lost
13 * when the file is generated again by Embedded Wizard Studio!
14 *
15 * The template of this heading text can be found in the file 'head.ewt' in the
16 * directory 'Platforms' of your Embedded Wizard installation directory. If you
17 * wish to adapt this text, please copy the template file 'head.ewt' into your
18 * project directory and edit the copy only. Please avoid any modifications of
19 * the original template file!
20 *
21 * Version : 10.00
22 * Profile : STM32H747
23 * Platform : STM.STM32.RGB565
24 *
25 *******************************************************************************/
26 
27 #ifndef EWLOCALE_H
28 #define EWLOCALE_H
29 
30 #ifdef __cplusplus
31  extern "C"
32  {
33 #endif
34 
35 /* The 'default' Language. Each project has to contain at least one language brick
36  called 'Default' */
37 enum { Default = 0 };
38 
39 #ifdef __cplusplus
40  }
41 #endif
42 
43 #endif /* EWLOCALE_H */
44 
45 /* Embedded Wizard */
Default
@ Default
Definition: ewlocale.h:61