File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ Codec 2 can be added to the project in the following way.
240240
241241Codec 2 can be run on certain microcontrollers (such as the IMRT1052 used in Teensy 4/4.1). This requires the
242242MICROCONTROLLER_BUILD option to be set in CMake during configuration in order to properly set compiler arguments.
243- Additionally, defines should be added for the FreeDV/Codec2 modes to enable. If on ARM, using __EMBEDDED__ and
243+ Additionally, defines should be added for the FreeDV/Codec2 modes to enable. If on ARM, using \_\_EMBEDDED\_\_ and
244244also including the ARM CMSIS library will improve performance on ARM-based microcontrollers.
245245
246246A CMakeLists.txt example for a microcontroller is below:
You can’t perform that action at this time.
0 commit comments