Exposing the delay() core function.

This commit is contained in:
Jared Boone
2012-09-11 11:32:20 -07:00
parent f5d21b947b
commit 7d942c86ac

View File

@ -29,6 +29,8 @@ extern "C"
{
#endif
#include <stdint.h>
/* hardware identification number */
#define BOARD_ID_JELLYBEAN 0
@ -154,6 +156,8 @@ extern "C"
/* TODO add other Pins */
#endif
void delay(uint32_t duration);
void cpu_clock_init(void);
void ssp1_init(void);
void ssp1_set_mode_max2837(void);