test publish

Dependencies:   mbed GroveEarbudSensor

Revision:
8:e1beb2a9454e
Parent:
5:ee265ab0752d
--- a/GypsyScale.h	Mon Apr 11 11:18:46 2016 +0000
+++ b/GypsyScale.h	Mon Apr 11 13:30:35 2016 +0000
@@ -6,6 +6,7 @@
 
 class GypsyScale : public Scale {
     public:
+        GypsyScale(Notes arg) : Scale(arg){};
         Notes getSupertonic();
         Notes getMediant();
         Notes getSubdominant();