]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - common/report.h
Disable JTAG function for hid_liber to use PORTF.
[max/tmk_keyboard.git] / common / report.h
index 45f5c0b8814eb81375ea029528b992fd0920d61a..a73e0aba180bfbc09588ad6a2386191e334c6b35 100644 (file)
@@ -78,6 +78,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #   define REPORT_KEYS 6
 #endif
 
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 typedef struct {
     uint8_t mods;
     uint8_t rserved;
@@ -92,4 +97,8 @@ typedef struct {
     int8_t h;
 } __attribute__ ((packed)) report_mouse_t;
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif