change some io settings for TWR-K22F-120M

Dependents:   twr_helloworld

TARGET_LPC4088/sys_helper.h

Committer:
Jasper_lee
Date:
2014-12-23
Revision:
0:b16d94660a33

File content as of revision 0:b16d94660a33:

#ifndef SYS_HELPER_H
#define SYS_HELPER_H

#include <stdint.h>

#ifdef __cplusplus
extern "C" {
#endif

uint32_t __reserved_stack_size();

#ifdef __cplusplus
}
#endif

#endif