Skip to content

Commit 7cff4be

Browse files
committed
Escape some underscores from previous commit.
1 parent a4787b6 commit 7cff4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Codec 2 can be added to the project in the following way.
240240
241241
Codec 2 can be run on certain microcontrollers (such as the IMRT1052 used in Teensy 4/4.1). This requires the
242242
MICROCONTROLLER_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
244244
also including the ARM CMSIS library will improve performance on ARM-based microcontrollers.
245245
246246
A CMakeLists.txt example for a microcontroller is below:

0 commit comments

Comments
 (0)