From e9984365eb2c06e9ea13ed80d31c5457e191cd1d Mon Sep 17 00:00:00 2001 From: Yann MAGNIN Date: Wed, 21 Oct 2020 20:29:48 +0000 Subject: [PATCH] README.md edited --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87ba1bf..453ea4c 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ please, try to respect these constraints: * One function per files. * Each file name content only the name of the function. * Respect the Linux Coding style as much as possible (if you are not familiar - with this norm, you can use `indent -linux` utilities to help to format). + with this norm, you can use `indent -linux` utility to help to format). * Header must respect the `/usr/include` architecture. * Avoid modules hardware-specific code which can generate interruptions (DMA, SPU, ...) except if you are absolutely sure that the operating @@ -91,6 +91,7 @@ please, try to respect these constraints: ### Using Fx C Library To use Fx C library as your runtime environment, the bare minimum is: + * You must add `fxlibc/` instead of each include file (for example, if you want to include `stdio.h` you mush use `#include `. * Link with: