Skip to content

Commit

Permalink
BLE crash fixing (Part ?) (#1756)
Browse files Browse the repository at this point in the history
* Remap printf

* Help to unify formatting

---------

Co-authored-by: discip <[email protected]>
Co-authored-by: Ivan Zorin <[email protected]>
  • Loading branch information
3 people authored Jul 23, 2023
1 parent f83ebc8 commit 6ba2a5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,9 @@ DEV_LDFLAGS=-nostartfiles \
-L $(PINECILV2_BLE_CRAPWARE_BLOB_DIR) \
-L $(PINECILV2_RF_CRAPWARE_BLOB_DIR) \
-l blecontroller_702_m0s1s \
-l bl702_rf
-l bl702_rf \
-Wl,--wrap=printf \
-Wl,--defsym=__wrap_printf=bflb_platform_printf

DEV_AFLAGS=
DEV_GLOBAL_DEFS=-DCFG_FREERTOS \
Expand Down

0 comments on commit 6ba2a5c

Please sign in to comment.