Skip to content

Commit 77287dd

Browse files
committed
MPAE-14630: Updated Readme
1 parent 09ae5dc commit 77287dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,11 @@ A popup may appear once the 'Generate' button is clicked (see Figure 18). Click
251251

252252
Next, the CLC3_OUT signal needs to be configured as a clock source (since it had the 'WARNING' notification). This configuration will be done by setting the output bit for the CLC3 module. To do this, navigate to the `main.c` file in Figure 19.
253253

254-
*Figure 19 - Navigate to 'main.c'*
254+
*Figure 19 - Navigate to `main.c`*
255255

256256
![Navigate to main.c](images/Navigate_to_maindotc.png)
257257

258-
Open up the 'main.c' source file. Insert the following code inside the 'int main(void)' loop after the 'SYSTEM_Initialize();' line but above the 'while(1)' loop:
258+
Open up the `main.c` source file. Insert the following code inside the 'int main(void)' loop after the 'SYSTEM_Initialize();' line but above the 'while(1)' loop:
259259

260260
CLCDATA = 0x4; //set CLC3_OUT output bit
261261

0 commit comments

Comments
 (0)