1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

board/qemu-i386: removed unused F_CPU define

This commit is contained in:
Hauke Petersen 2016-01-05 13:33:05 +01:00
parent 9ddd13b0b8
commit fd7f403144

View File

@ -31,8 +31,6 @@ extern "C" {
#define THREAD_EXTRA_STACKSIZE_PRINTF_FLOAT (8192)
#define THREAD_STACKSIZE_MINIMUM (8192)
#define F_CPU (1000000) /* This value is unused in x86 */
#ifdef __cplusplus
}
#endif