diff options
author | eb | 2009-02-17 19:52:12 +0000 |
---|---|---|
committer | eb | 2009-02-17 19:52:12 +0000 |
commit | eb2648dc72e7edb0adb0d810fc4166633c26aea0 (patch) | |
tree | 035ce64d35c9ec4c613638d958691c2a94cf249c /usrp2/firmware/apps | |
parent | 68495fa71f0845671ecd34b9fe69e9573c42456c (diff) | |
download | gnuradio-eb2648dc72e7edb0adb0d810fc4166633c26aea0.tar.gz gnuradio-eb2648dc72e7edb0adb0d810fc4166633c26aea0.tar.bz2 gnuradio-eb2648dc72e7edb0adb0d810fc4166633c26aea0.zip |
minor renaming
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10456 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/firmware/apps')
-rw-r--r-- | usrp2/firmware/apps/app_common_v2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/firmware/apps/app_common_v2.c b/usrp2/firmware/apps/app_common_v2.c index 62e54f9a0..60fa63ee3 100644 --- a/usrp2/firmware/apps/app_common_v2.c +++ b/usrp2/firmware/apps/app_common_v2.c @@ -58,9 +58,9 @@ static bool sync_every_pps(const op_generic_t *p) { if (p->ok) - timesync_regs->tick_control |= TSC_EVERYPPS; + timesync_regs->tick_control |= TSC_TRIGGER_EVERYPPS; else - timesync_regs->tick_control &= ~TSC_EVERYPPS; + timesync_regs->tick_control &= ~TSC_TRIGGER_EVERYPPS; return true; } |