Make it work on FreeBSD, too.

This commit is contained in:
Stefan `Sec` Zehl 2012-01-03 00:10:56 +01:00
parent 60da28cddd
commit 1554d114d1
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
/* Simulator improved version */
#define _POSIX_C_SOURCE 199309
#define _POSIX_C_SOURCE 199309L
#define __USE_POSIX199309
#include <time.h>
void delayms(uint32_t ms)