Commit ffc57f04 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

dev/pps_gen: remove unused variables

parent 94339600
......@@ -35,8 +35,6 @@ void pps_gen_init()
void pps_gen_adjust_nsec(int32_t how_much)
{
uint32_t cr;
TRACE_DEV("ADJ: nsec %d nanoseconds\n", how_much);
#if 1
ppsg_writel( PPSG_REG_ADJ_UTCLO, 0);
......@@ -51,7 +49,6 @@ void pps_gen_adjust_nsec(int32_t how_much)
void pps_gen_adjust_utc(int32_t how_much)
{
uint32_t cr;
#if 1
TRACE_DEV("ADJ: utc %d seconds\n", how_much);
......
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