change some io settings for TWR-K22F-120M

Dependents:   twr_helloworld

Committer:
Jasper_lee
Date:
Tue Dec 23 03:35:08 2014 +0000
Revision:
0:b16d94660a33
change some io setting used in TWR-K22F120M

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jasper_lee 0:b16d94660a33 1 #ifndef SYS_HELPER_H
Jasper_lee 0:b16d94660a33 2 #define SYS_HELPER_H
Jasper_lee 0:b16d94660a33 3
Jasper_lee 0:b16d94660a33 4 #include <stdint.h>
Jasper_lee 0:b16d94660a33 5
Jasper_lee 0:b16d94660a33 6 #ifdef __cplusplus
Jasper_lee 0:b16d94660a33 7 extern "C" {
Jasper_lee 0:b16d94660a33 8 #endif
Jasper_lee 0:b16d94660a33 9
Jasper_lee 0:b16d94660a33 10 uint32_t __reserved_stack_size();
Jasper_lee 0:b16d94660a33 11
Jasper_lee 0:b16d94660a33 12 #ifdef __cplusplus
Jasper_lee 0:b16d94660a33 13 }
Jasper_lee 0:b16d94660a33 14 #endif
Jasper_lee 0:b16d94660a33 15
Jasper_lee 0:b16d94660a33 16 #endif