Merge pull request #2501 from kamtom480/timerhook

Fix board_timerhook
This commit is contained in:
Scott Shawcroft 2020-01-10 11:57:54 -08:00 committed by GitHub
commit 6ea1785457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \