Skip to content

Commit 08f4b45

Browse files
committed
Fix typo
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 809d58e commit 08f4b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- name: Build msp430_GCC Demo
169169
shell: bash
170170
working-directory: FreeRTOS/Demo/msp430_GCC
171-
run: make -j CC=/usr/bin/msp430-gcc/bin/msp430-elf-gcc OPT="-Os -I/usr/bin/msp430-gcc/include -L/usr/bin/msp-430/include"
171+
run: make -j CC=/usr/bin/msp430-gcc/bin/msp430-elf-gcc OPT="-Os -I/usr/bin/msp430-gcc/include -L/usr/bin/msp430-gcc/include"
172172

173173
MicroBlaze-GCC:
174174
name: GCC MicroBlaze Toolchain

0 commit comments

Comments
 (0)