#ifndef _COMMON_H_ #define _COMMON_H_ #ifdef __cplusplus extern "C" { #endif void delay(unsigned int ms); #ifdef __cplusplus } #endif #endif