diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-01-10 11:57:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-10 11:57:54 -0800 |
| commit | 6ea1785457057e83ce9892f7227fbed3e55b22ab (patch) | |
| tree | e0eaaa3e0062c3437850db1dcb5cb67337eb49d2 /ports | |
| parent | 6ea8d8a6c2a6cefa8a46339053964fcba6df75d5 (diff) | |
| parent | 357506dd9a66060a497d4b38d916511cb1524a57 (diff) | |
Merge pull request #2501 from kamtom480/timerhook
Fix board_timerhook
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/cxd56/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/cxd56/Makefile b/ports/cxd56/Makefile index d65c2e266..3355332a8 100644 --- a/ports/cxd56/Makefile +++ b/ports/cxd56/Makefile @@ -131,6 +131,7 @@ LDFLAGS = \ -o $(BUILD)/firmware.elf \ --start-group \ -u spresense_main \ + -u board_timerhook \ $(BUILD)/libmpy.a \ $(SPRESENSE_SDK)/sdk/libs/libapps.a \ $(SPRESENSE_SDK)/sdk/libs/libsdk.a \ |
