got mp3

Dependents:   greenmp3hotmark

Fork of VS1053 by SGMP Coperations

Revision:
3:94b538ace77a
Parent:
2:a59255e80c0d
Child:
4:5b1bd3cca8dc
--- a/player.h	Sat Dec 09 15:07:27 2017 +0000
+++ b/player.h	Sun Dec 10 07:14:12 2017 +0000
@@ -8,17 +8,6 @@
   PS_PLAY,         // Start to player                                                                    
 } playerStatetype;
 
-/** Control states definations. */
-volatile typedef enum
-{
-  CS_EMPTY = 0,      // Have no control                                     
-  CS_PLAYPAUSE,      // Play/pause button pressed                     
-  CS_RECORDING,      // Play/pause button long pressed               
-  CS_UP,             // Up button pressed                                                          
-  CS_DOWN,           // Down button pressed                                                       
-  CS_NEXT,           // Right button pressed                                                      
-  CS_PREV,           // Left button pressed                                                       
-} ctrlStatetype;
 
 class Player
 {