diff options
| author | Ha Thach <[email protected]> | 2020-01-17 17:20:47 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-17 17:20:47 +0700 |
| commit | 0d3a7257f54db8b867be35d80b9c1fda85f656d3 (patch) | |
| tree | 709e6aaff866c54087d9fc0f6ee80270394ccda9 /examples | |
| parent | 1f95f439e11f519e69d75a4a8b7b9f28eaf5060e (diff) | |
| parent | e2f60a5134890ab9fdeea0e1794c157f38c25918 (diff) | |
Merge pull request #275 from hathach/develop
rt10xx: correct max endpoint count is 8
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 2969a66f1..87c7e9649 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -120,6 +120,7 @@ endif # Flash using jlink flash-jlink: $(BUILD)/$(BOARD)-firmware.hex @echo halt > $(BUILD)/$(BOARD).jlink + @echo r > $(BUILD)/$(BOARD).jlink @echo loadfile $^ >> $(BUILD)/$(BOARD).jlink @echo r >> $(BUILD)/$(BOARD).jlink @echo go >> $(BUILD)/$(BOARD).jlink |
