فهرست منبع

MIPS: ls1bdev: fix a compile error

rt_hw_fpu_init() is defined in mips_fpu.h,
in board.c refered it without including mips_fpu.h.

Signed-off-by: duhuanpeng <548708880@qq.com>
duhuanpeng 5 سال پیش
والد
کامیت
a705e5e389
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      bsp/ls1bdev/drivers/board.c

+ 1 - 0
bsp/ls1bdev/drivers/board.c

@@ -16,6 +16,7 @@
 
 #include <rtthread.h>
 #include <rthw.h>
+#include <mips_fpu.h>
 
 #include "board.h"
 #include "uart.h"