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>
This commit is contained in:
duhuanpeng 2020-04-03 20:39:04 +08:00 committed by Du Huanpeng
parent 7f04500a92
commit a705e5e389
1 changed files with 1 additions and 0 deletions

View File

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