diff options
Diffstat (limited to 'ports/rxv1/ccrx/src/tx_initialize_low_level.src')
| -rw-r--r-- | ports/rxv1/ccrx/src/tx_initialize_low_level.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ports/rxv1/ccrx/src/tx_initialize_low_level.src b/ports/rxv1/ccrx/src/tx_initialize_low_level.src index a460a4f0..5624e70d 100644 --- a/ports/rxv1/ccrx/src/tx_initialize_low_level.src +++ b/ports/rxv1/ccrx/src/tx_initialize_low_level.src @@ -1,10 +1,10 @@ ;/*************************************************************************** -; * Copyright (c) 2024 Microsoft Corporation -; * +; * Copyright (c) 2024 Microsoft Corporation +; * ; * This program and the accompanying materials are made available under the ; * terms of the MIT License which is available at ; * https://opensource.org/licenses/MIT. -; * +; * ; * SPDX-License-Identifier: MIT ; **************************************************************************/ ; @@ -26,7 +26,7 @@ IEN03 .EQU 87203H .SECTION P,CODE - + ; ;/**************************************************************************/ ;/* */ @@ -97,7 +97,7 @@ __tx_initialize_low_level: OR #(1 << 3), r2 MOV.B r2, [r1] - RTS + RTS .SECTION FREEMEM ,DATA, ALIGN=4 free_mem_start: |
