4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-20 20:17:29 +08:00

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

View File

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