BLE/CYPRESS
초기화 되지 않는 변수설정
또난
2016. 9. 29. 12:22
#define CY_NOINIT __attribute__ ((section(".noinit")))
uint32 time CY_NOINIT;
초기 쓰레기 값에 주의...