/* watchdog.rs
*
* Developed by Tim Walls <tim.walls@snowgoons.com>
* Copyright (c) All Rights Reserved, Tim Walls
*/
//! ATmega4809-specific implementation of the AVR watchdog timer
// Imports ===================================================================
use ;
// Declarations ==============================================================
// Code ======================================================================
atmel_watchdog_tpl!;