File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,17 @@ MicroTBX was developed with [MISRA-C compliance](misra.md) in mind. This is a so
3030
3131Adding MicroTBX to your software project is a simple four step process:
3232
33- 1 . Copy all the files from the ` source ` , the ` source\third_party ` , and the
34- correct ` source\port\XXX ` port directory to your project.
35- 2 . Configure your project such that the added ` .c ` files are compiled and linked during
36- a build.
33+ 1 . Copy all the files from the ` source ` and the correct ` source\port\XXX ` port directory to your project.
34+ 2 . Configure your project such that the added ` .c ` files are compiled and linked during a build.
37353 . Add the directories that contain the ` .h ` files to your compiler's include path.
38364 . Customize the MicroTBX configuraton in ` tbx_conf.h ` , if desired.
3937
4038# Usage
4139
42401 . Add the following line to each source-file, where you intend to make use of MicroTBX:
43- ```
44- #include "microtbx.h"
45- ```
41+ ``` c
42+ #include " microtbx.h"
43+ ```
4644
4745# Licensing
4846
Original file line number Diff line number Diff line change 22+libclass(angle)
33
44// project specific search directories
5- -ithird_party/aes256
65-iport/LINUX
76
You can’t perform that action at this time.
0 commit comments