diff options
Diffstat (limited to 'post/post.c')
| -rw-r--r-- | post/post.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/post/post.c b/post/post.c index e1066da6b..ac4199086 100644 --- a/post/post.c +++ b/post/post.c @@ -430,6 +430,7 @@ unsigned long post_time_ms (unsigned long base)  #ifdef CONFIG_PPC  	return (unsigned long)get_ticks () / (get_tbclk () / CFG_HZ) - base;  #else +#warning "Not implemented yet"  	return 0; /* Not implemented yet */  #endif  } |