mirror of
https://github.com/HEYAHONG/HCppBox.git
synced 2025-05-09 08:31:49 +08:00
16 lines
464 B
C
16 lines
464 B
C
/***************************************************************
|
|
* Name: h3rdparty_softfloat.c
|
|
* Purpose: 引入第三方源代码文件
|
|
* Author: HYH (hyhsystem.cn)
|
|
* Created: 2025-03-04
|
|
* Copyright: HYH (hyhsystem.cn)
|
|
* License: MIT
|
|
**************************************************************/
|
|
#include "h3rdparty.h"
|
|
|
|
#ifndef H3RDPARTY_USING_SYSTEM_SOFTFP
|
|
#include "3rdparty/softfp/softfloat.c"
|
|
#endif // H3RDPARTY_USING_SYSTEM_SOFTFP
|
|
|
|
|