Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of COG-AD4050_QSL by
sm_qsl/dn_watchdog.h
- Committer:
- APS_Lab
- Date:
- 2018-05-02
- Revision:
- 0:8ca1e814a851
File content as of revision 0:8ca1e814a851:
/* 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