summaryrefslogtreecommitdiff
path: root/firmware/src/picc/pll.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/picc/pll.c')
-rw-r--r--firmware/src/picc/pll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/picc/pll.c b/firmware/src/picc/pll.c
index e48911d..9a413a8 100644
--- a/firmware/src/picc/pll.c
+++ b/firmware/src/picc/pll.c
@@ -38,7 +38,7 @@ int pll_is_locked(void)
return AT91F_PIO_IsInputSet(AT91C_BASE_PIOA, OPENPICC_PIO_PLL_LOCK);
}
-static void pll_lock_change_cb(u_int32_t pio)
+static void pll_lock_change_cb(uint32_t pio)
{
DEBUGPCRF("PLL LOCK: %d", pll_is_locked());
#if 1
personal git repositories of Harald Welte. Your mileage may vary