summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/src/main.c
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-11-04 13:41:25 +0700
committerGitHub <[email protected]>2021-11-04 13:41:25 +0700
commitfc59515bfd14da74fce7e8bd4390586ac8ff3b15 (patch)
treeec9379098bfdd3f931339f36b7884a8e60085b08 /examples/device/audio_test/src/main.c
parentb4a0f0b273eee32ead7acbd44ca9554c58a2adfa (diff)
parent6cfdf697eba5b2af6ea383c2bed52557d7610893 (diff)
Merge pull request #1163 from hathach/generalize-synopsys-dwc2
Generalize synopsys dwc2
Diffstat (limited to 'examples/device/audio_test/src/main.c')
-rw-r--r--examples/device/audio_test/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/audio_test/src/main.c b/examples/device/audio_test/src/main.c
index 9a2fdd3a1..ed13ce993 100644
--- a/examples/device/audio_test/src/main.c
+++ b/examples/device/audio_test/src/main.c
@@ -142,7 +142,7 @@ void tud_resume_cb(void)
void audio_task(void)
{
// Yet to be filled - e.g. put meas data into TX FIFOs etc.
- asm("nop");
+ // asm("nop");
}
//--------------------------------------------------------------------+