Skip to content

Commit b3cc32c

Browse files
committed
update doc
1 parent 9ffee9b commit b3cc32c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ info provided by your apps `build.rs`:
4646
4747
b.freertos("FreeRTOS-Kernel"); // Path to copy of the FreeRTOS kernel "C" code
4848
b.freertos_config("src"); // Location of `FreeRTOSConfig.h`
49-
b.freertos_port("GCC/ARM_CM3"); // Port dir relativ to the FreeRTOS-Kernel/portable directory, e.g. "GCC/ARM_CM3"
50-
// b.get_cc().file("optionalAdditionCode.c");
49+
b.freertos_port("GCC/ARM_CM3"); // Port dir relativ to the
50+
// 'FreeRTOS-Kernel/portable' dir, e.g. 'GCC/ARM_CM3'
51+
52+
// b.get_cc().file("More.c"); // Optional additional C-Code to be compiled
5153
5254
b.compile().unwrap_or_else(|e| { panic!(e.to_string()) });
5355
}

0 commit comments

Comments
 (0)