* ports, by using the USART_t structs.
*
* \author Onno <developer@gorgoz.org>
+ * notest:all
*/
#include <hw/hw_cpufreq.h> /* for CPU_FREQ */
/*
* \name KDBG macros
- *
+ *
* Used to set or alter the KDB_USART operation,
* enable the usart or send a byte.
* Some of these methods are called/included from kdbg_hw_init()
/*
* To restore the USART state, to registers need to be restored
- * These registers (CTRLA and CTRLB) can be saved to the
+ * These registers (CTRLA and CTRLB) can be saved to the
* kdbg_avr_xmaga_irqsave structure
*/
struct kdbg_avr_xmega_irqsave
* $WIZ$ module_name = "nand"
* $WIZ$ module_depends = "timer", "kblock", "heap"
* $WIZ$ module_configuration = "bertos/cfg/cfg_nand.h"
+*
*/
#ifndef DRV_NAND_H