SmartMesh QSL for STM32F4 version

Fork of COG-AD4050_QSL by APS Lab

Revision:
0:8ca1e814a851
diff -r 000000000000 -r 8ca1e814a851 sm_qsl/dn_watchdog.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sm_qsl/dn_watchdog.h	Wed May 02 09:26:10 2018 +0000
@@ -0,0 +1,30 @@
+/*
+Copyright (c) 2016, Dust Networks. All rights reserved.
+
+\license See attached DN_LICENSE.txt.
+*/
+
+#ifndef DN_WATCHDOG_H
+#define DN_WATCHDOG_H
+
+#include "dn_common.h"
+
+//=========================== defines =========================================
+
+//=========================== typedef =========================================
+
+//=========================== variables =======================================
+
+//=========================== prototypes ======================================
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+void dn_watchdog_feed(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif