diff options
| author | hathach <[email protected]> | 2026-01-01 11:35:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-01 11:59:29 +0700 |
| commit | 009750c747ff1d5a25d976de9161b974eb5f18e7 (patch) | |
| tree | aa399c66857746d285d01f9cd5f14a093632ae3c /test/unit-test | |
| parent | 111247337c3911691acd7d218362460a6c0a2572 (diff) | |
minor refactor
Diffstat (limited to 'test/unit-test')
| -rw-r--r-- | test/unit-test/project.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit-test/project.yml b/test/unit-test/project.yml index bf7cb5115..186eacbf0 100644 --- a/test/unit-test/project.yml +++ b/test/unit-test/project.yml @@ -129,8 +129,8 @@ :test: - _UNITY_TEST_ - CFG_TUD_EDPT_DEDICATED_HWFIFO=1 - - CFG_TUSB_FIFO_ACCESS_DATA_STRIDE=4 - - CFG_TUSB_FIFO_ACCESS_ADDR_STRIDE=0 + - CFG_TUSB_FIFO_HWFIFO_DATA_STRIDE=4 + - CFG_TUSB_FIFO_HWFIFO_ADDR_STRIDE=0 :release: [] # Enable to inject name of a test as a unique compilation symbol into its respective executable build. |
