Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: amakusa mbed-dsp mbed shimabara ukifune unzen_nucleo_f746
Fork of skeleton_unzen_nucleo_f746 by
Revision 13:b33cb5925113, committed 2017-01-29
- Comitter:
- shorie
- Date:
- Sun Jan 29 03:05:56 2017 +0000
- Parent:
- 12:2b121255e2d1
- Child:
- 14:cec63d8da48c
- Commit message:
- Update comment
Changed in this revision
--- a/main.cpp Sun Jan 29 00:07:14 2017 +0000
+++ b/main.cpp Sun Jan 29 03:05:56 2017 +0000
@@ -94,7 +94,7 @@
float rx_left_buffer[], // array of the left input samples
float rx_right_buffer[], // array of the right input samples
float tx_left_buffer[], // place to write the left output samples
- float tx_right_buffer[], // place to write the left output samples
+ float tx_right_buffer[], // place to write the right output samples
unsigned int block_size // block size [sample]
)
{
--- a/signal_processing.cpp Sun Jan 29 00:07:14 2017 +0000
+++ b/signal_processing.cpp Sun Jan 29 03:05:56 2017 +0000
@@ -14,7 +14,7 @@
float rx_left_buffer[], // array of the left input samples
float rx_right_buffer[], // array of the right input samples
float tx_left_buffer[], // place to write the left output samples
- float tx_right_buffer[], // place to write the left output samples
+ float tx_right_buffer[], // place to write the right output samples
unsigned int block_size // block size [sample]
)
{
--- a/signal_processing.h Sun Jan 29 00:07:14 2017 +0000
+++ b/signal_processing.h Sun Jan 29 03:05:56 2017 +0000
@@ -12,7 +12,7 @@
float rx_left_buffer[], // array of the left input samples
float rx_right_buffer[], // array of the right input samples
float tx_left_buffer[], // place to write the left output samples
- float tx_right_buffer[], // place to write the left output samples
+ float tx_right_buffer[], // place to write the right output samples
unsigned int block_size // block size [sample]
);
--- a/unzen_nucleo_f746.lib Sun Jan 29 00:07:14 2017 +0000 +++ b/unzen_nucleo_f746.lib Sun Jan 29 03:05:56 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/shorie/code/unzen_nucleo_f746/#b90e520ceec9 +http://mbed.org/users/shorie/code/unzen_nucleo_f746/#e995396b427b
