File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ body:
60
60
61
61
- type : textarea
62
62
attributes :
63
- label : Debug Log as txt file
63
+ label : Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
64
64
placeholder : |
65
65
Attach your debug log txt file here, where the issue occurred, best with comments to explain the actual events.
66
66
67
67
Note1: Please DO NOT paste your lengthy log contents here since it hurts the readability.
68
- Note2: To enable logging, add `LOG=3 ` to to the make command if building with stock examples or set `CFG_TUSB_DEBUG=3 ` in your tusb_config.h.
68
+ Note2: To enable logging, add `LOG=2 ` to to the make command if building with stock examples or set `CFG_TUSB_DEBUG=2 ` in your tusb_config.h.
69
69
More information can be found at [example's readme](https://github.com/hathach/tinyusb/blob/master/docs/getting_started.md)
70
70
validations :
71
- required : false
71
+ required : true
72
72
73
73
- type : textarea
74
74
attributes :
You can’t perform that action at this time.
0 commit comments