Treehouse Mbed Team / Mbed 2 deprecated APS_1U5x

Dependencies:   mbed

Revision:
18:78e982f31c6b
Parent:
17:454afe56eedb
diff -r 454afe56eedb -r 78e982f31c6b inc/lut_data_slot_v1p1.h
--- a/inc/lut_data_slot_v1p1.h	Thu Dec 13 21:58:28 2018 +0000
+++ b/inc/lut_data_slot_v1p1.h	Fri Dec 14 00:31:15 2018 +0000
@@ -22,6 +22,9 @@
 // 
 //-------------------------------------------------------------------------------
 
+#ifndef lut_data_slot_H
+#define lut_data_slot_H
+
 uint16_t thermC[MAX_LUT_ENTRIES]{
 1,
 1,
@@ -1049,6 +1052,5 @@
 4095
 };
 
-
+#endif
 
-