diff options
| author | hathach <[email protected]> | 2020-09-02 00:56:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-09-02 00:56:43 +0700 |
| commit | 52b5748e8d9dc8b3e32108f6fdae431ca1dbc71d (patch) | |
| tree | 02844d56f6c8db6890b1cc5f05eac822de65b491 | |
| parent | c492aef4c7b4dd6ee7b24c30176a570ae6eae043 (diff) | |
fix ci build
| -rw-r--r-- | hw/bsp/ngx4330/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/ngx4330/board.mk b/hw/bsp/ngx4330/board.mk index 08a877229..23d53bd18 100644 --- a/hw/bsp/ngx4330/board.mk +++ b/hw/bsp/ngx4330/board.mk @@ -4,7 +4,7 @@ CFLAGS += \ -mabi=aapcs \ -mcpu=cortex-m4 \ -mfloat-abi=hard \ - -mfpu=fpv4-sp-d16 \ + -mfpu=fpv4-sp-d16 \ -nostdlib \ -DCORE_M4 \ -D__USE_CMSIS \ |
