diff options
| author | hathach <[email protected]> | 2021-03-02 22:57:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-02 22:57:33 +0700 |
| commit | ce942baad2b5601984662b428140e3cb9acdabbc (patch) | |
| tree | 207d818d8b2b17fc9f8c2474e1f3a63de5cbf25e /examples/rules.mk | |
| parent | d56fad5f38ae77d4d83c3a7e0e4919147a8ab5fc (diff) | |
update pico-sdk to more recent commit
- move target_link_libraries() to family.cmake
- enable pico_bootsel_via_double_reset
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 2b28a4714..561494c6d 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -194,6 +194,8 @@ else $(RM) -rf $(BUILD) endif +endif # GNU Make + # Print out the value of a make variable. # https://stackoverflow.com/questions/16467718/how-to-print-out-a-variable-in-makefile print-%: @@ -227,7 +229,6 @@ flash-pyocd: $(BUILD)/$(PROJECT).hex pyocd flash -t $(PYOCD_TARGET) $< pyocd reset -t $(PYOCD_TARGET) -endif # GNU Make #-------------- Artifacts -------------- |
