summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-11-19 19:20:53 +0700
committerGitHub <[email protected]>2025-11-19 19:20:53 +0700
commit19fd61603f49e0130f65cdf404c9d4424bda70e3 (patch)
treed1762a384f10217912bf8a311ef4094c39c684a3 /AGENTS.md
parente0155eb1d2170d8448e422a6f75f8bc65b476cec (diff)
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 3e085cf03..27bc60515 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -20,7 +20,7 @@
2. Build at least one representative example (e.g., `examples/device/cdc_msc`) via CMake+Ninja or Make.
3. Run unit tests relevant to touched modules; add fuzz/HIL coverage when modifying parsers or protocol state machines.
-## Copilot Agent Notes (`./github/copilot-instruction.md`)
+## Copilot Agent Notes (`.github/copilot-instructions.md`)
# TinyUSB
TinyUSB is an open-source cross-platform USB Host/Device stack for embedded systems, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events deferred to non-ISR task functions.