Skip to content
Snippets Groups Projects
Commit fd7f4031 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

board/qemu-i386: removed unused F_CPU define

parent 9ddd13b0
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,6 @@ extern "C" { ...@@ -31,8 +31,6 @@ extern "C" {
#define THREAD_EXTRA_STACKSIZE_PRINTF_FLOAT (8192) #define THREAD_EXTRA_STACKSIZE_PRINTF_FLOAT (8192)
#define THREAD_STACKSIZE_MINIMUM (8192) #define THREAD_STACKSIZE_MINIMUM (8192)
#define F_CPU (1000000) /* This value is unused in x86 */
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment