File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
targets/TARGET_Silicon_Labs Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
#include <stdint.h>
21
21
#include "clocking.h"
22
22
23
- #if defined(TARGET_EFM32GG_STK3700 )
23
+ #if defined(TARGET_EFM32GG )
24
24
25
25
#ifndef INITIAL_SP
26
26
#define INITIAL_SP (0x20020000UL)
27
27
#endif
28
28
29
- #elif defined(TARGET_EFM32HG_STK3400 )
29
+ #elif defined(TARGET_EFM32HG )
30
30
31
31
#ifndef INITIAL_SP
32
32
#define INITIAL_SP (0x20002000UL)
33
33
#endif
34
34
35
- #elif defined(TARGET_EFM32LG_STK3600 )
35
+ #elif defined(TARGET_EFM32LG )
36
36
37
37
#ifndef INITIAL_SP
38
38
#define INITIAL_SP (0x20008000UL)
39
39
#endif
40
40
41
- #elif defined(TARGET_EFM32PG_STK3401 )
41
+ #elif defined(TARGET_EFM32PG )
42
42
43
43
#ifndef INITIAL_SP
44
44
#define INITIAL_SP (0x20008000UL)
45
45
#endif
46
46
47
- #elif defined(TARGET_EFM32WG_STK3800 )
47
+ #elif defined(TARGET_EFM32WG )
48
48
49
49
#ifndef INITIAL_SP
50
50
#define INITIAL_SP (0x20008000UL)
You can’t perform that action at this time.
0 commit comments