diff options
author | eb | 2008-06-26 18:17:15 +0000 |
---|---|---|
committer | eb | 2008-06-26 18:17:15 +0000 |
commit | 20615905cd0bf22772740d132be439bcf7ec4d8d (patch) | |
tree | 4e8a66876f77e15318cf5225456b42df05d75b2e /usrp/host/apps-inband/test_usrp_inband_timestamps.cc | |
parent | a43f1cfbf40e234ed30659db3943eb9e0c1a7e94 (diff) | |
download | gnuradio-20615905cd0bf22772740d132be439bcf7ec4d8d.tar.gz gnuradio-20615905cd0bf22772740d132be439bcf7ec4d8d.tar.bz2 gnuradio-20615905cd0bf22772740d132be439bcf7ec4d8d.zip |
Fixed spelling error: s/writeable/writable/g
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8727 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/apps-inband/test_usrp_inband_timestamps.cc')
-rw-r--r-- | usrp/host/apps-inband/test_usrp_inband_timestamps.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/apps-inband/test_usrp_inband_timestamps.cc b/usrp/host/apps-inband/test_usrp_inband_timestamps.cc index 297c7126a..43d0c46a0 100644 --- a/usrp/host/apps-inband/test_usrp_inband_timestamps.cc +++ b/usrp/host/apps-inband/test_usrp_inband_timestamps.cc @@ -405,7 +405,7 @@ test_usrp_inband_timestamps::build_and_send_next_frame() size_t nshorts = 2 * nsamples_this_frame; // 16-bit I & Q pmt_t uvec = pmt_make_s16vector(nshorts, 0); size_t ignore; - int16_t *samples = pmt_s16vector_writeable_elements(uvec, ignore); + int16_t *samples = pmt_s16vector_writable_elements(uvec, ignore); // fill in the complex sinusoid |