You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
149 B
9 lines
149 B
#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
|