TEST_CODE_ApplyTo2V1_API

Dependencies:   SDFileSystem max32630fthr USBDevice

Revision:
1:7530b7eb757a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RegTable.h	Thu May 28 02:30:39 2020 +0000
@@ -0,0 +1,10 @@
+#ifndef __REGTABLE__
+#define __REGTABLE__
+
+#include "mbed.h"
+#include "max32630fthr.h"
+
+
+void LoadRegTable(void);
+
+#endif