SmartMesh QSL for STM32F4 version

Fork of COG-AD4050_QSL by APS Lab

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers dn_watchdog.h Source File

dn_watchdog.h

00001 /*
00002 Copyright (c) 2016, Dust Networks. All rights reserved.
00003 
00004 \license See attached DN_LICENSE.txt.
00005 */
00006 
00007 #ifndef DN_WATCHDOG_H
00008 #define DN_WATCHDOG_H
00009 
00010 #include "dn_common.h"
00011 
00012 //=========================== defines =========================================
00013 
00014 //=========================== typedef =========================================
00015 
00016 //=========================== variables =======================================
00017 
00018 //=========================== prototypes ======================================
00019 
00020 #ifdef __cplusplus
00021  extern "C" {
00022 #endif
00023 
00024 void dn_watchdog_feed(void);
00025 
00026 #ifdef __cplusplus
00027 }
00028 #endif
00029 
00030 #endif