modif pour je ne sais quelle raison... peut-être support K82

Fork of USBDevice by mbed official

Revision:
61:7070d167c2ad
Parent:
47:a0cd9646ecd1
--- a/USBAudio/USBAudio.cpp	Fri Jan 15 07:45:55 2016 +0000
+++ b/USBAudio/USBAudio.cpp	Wed Mar 16 14:04:16 2016 +0000
@@ -115,7 +115,7 @@
 
 
 float USBAudio::getVolume() {
-    return (mute) ? 0.0 : volume;
+    return (mute) ? (float)0.0 : volume;
 }