Moved pl_status to public

Fork of lib_mma8451q by wayne roberts

Revision:
3:6d0d5c53d825
Parent:
2:4bc96749141e
--- a/mma8451q.cpp	Tue Sep 01 00:27:13 2015 +0000
+++ b/mma8451q.cpp	Tue Nov 17 03:12:09 2015 +0000
@@ -227,7 +227,7 @@
         read_single(MMA8451_PULSE_SRC);
     }
     if (int_src.bits.SRC_LNDPRT) {
-        mma_pl_status_t pl_status;
+        //mma_pl_status_t pl_status;
         /*AN4068 Step 12: Write a Service Routine to Service the Interrupt */
         pl_status.octet = read_single(MMA8451_PL_STATUS);
         if (verbose) {