X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Freference.rst;h=f49578049955729c23dde09d40d18e47f85e2cd9;hb=7bcf7ef5796c66125a2a4df1317b55a27adedd89;hp=42e7c768f30641d3673a97c02a9eeb3e54108e30;hpb=99375a132fe91bd3a333eeacff7888c7b814a30b;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/reference.rst b/docs/reference.rst index 42e7c768..f4957804 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -10,8 +10,11 @@ Compilation options =================== The following options can be specified using -D switch given to the C compiler: -:__BIG_ENDIAN__: Set this if your platform stores integers and floats in big-endian format. Mixed-endian systems (different layout for ints and floats) are currently not supported. -:NANOPB_INTERNALS: Set this to expose the field encoder functions that are hidden since nanopb-0.1.3. +================== ============================================================================================== +__BIG_ENDIAN__ Set this if your platform stores integers and floats in big-endian format. + Mixed-endian systems (different layout for ints and floats) are currently not supported. +NANOPB_INTERNALS Set this to expose the field encoder functions that are hidden since nanopb-0.1.3. +================== ============================================================================================== pb.h ====