watchdog: Convert logging to AVR_LOG()
[simavr] / simavr / sim / sim_vcd_file.h
index 7f55be8..1bc38c8 100644 (file)
@@ -36,11 +36,11 @@ extern "C" {
  * Value Change dump module for simavr.
  * 
  * This structure registers IRQ change hooks to various "source" IRQs
- * and dumps their values (if changed) at certains intervals into the VCD file
+ * and dumps their values (if changed) at certain intervals into the VCD file
  */
 
 #define AVR_VCD_MAX_SIGNALS 32
-#define AVR_VCD_LOG_SIZE       128
+#define AVR_VCD_LOG_SIZE       5120
 
 typedef struct avr_vcd_signal_t {
        avr_irq_t       irq;            // receiving IRQ