Commit 0c3db9e7 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

compilation fixes

parent ea36bf2a
......@@ -4,6 +4,7 @@
#include <inttypes.h>
#include "board.h"
#include "i2c.h"
#include <hw/wrc_syscon_regs.h>
struct SYSCON_WB {
......
......@@ -16,6 +16,7 @@
#include <wrc.h>
#include "util.h"
#include "uart.h"
#include "i2c.h"
#include "syscon.h"
#include "shell.h"
#include "eeprom.h"
......
......@@ -133,7 +133,7 @@ void _irq_entry()
src = SPLL_TRR_R0_CHAN_ID_R(trr);
tag = SPLL_TRR_R0_VALUE_R(trr);
// printf("w %d \n", tag & 0x10000 ? 1: 0);
/* execute the control algo */
mpll_bangbang_update(&auxpll, tag, src);
count++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment