#ifndef _BSP_CONFIG_DELAY_H #define _BSP_CONFIG_DELAY_H #include "bsp_config.h" extern void delayInUs(U16 n); extern void delayInMs(U16 n); #endif