From 6288092c614c3974700e5f7c86729c7b0f10ae5e Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Fri, 29 May 2015 16:17:32 +0100 Subject: [PATCH] Corrected DFU PID warning --- module_usb_audio/endpoint0/endpoint0.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module_usb_audio/endpoint0/endpoint0.c b/module_usb_audio/endpoint0/endpoint0.c index fd546cad..ee029edc 100755 --- a/module_usb_audio/endpoint0/endpoint0.c +++ b/module_usb_audio/endpoint0/endpoint0.c @@ -49,9 +49,9 @@ #warning MIDI is currently not supported and will not be enabled in AUDIO 1.0 mode #endif -/* If PID_DFU not defined, standard PID used.. this is probably what we want.. */ -#ifndef PID_DFU -#warning PID_DFU not defined, Using PID_AUDIO_2. This is probably fine! +/* If DFU_PID not defined, standard PID used.. this is probably what we want.. */ +#ifndef DFU_PID +#warning DFU_PID not defined, Using PID_AUDIO_2. This is probably fine! #endif #ifdef DFU