define LFDS711_PAL_PROCESSOR_STRING

From liblfds.org
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Source File

└───liblfds711
    └───inc
        └───liblfds711
                lfds711_porting_abstraction_layer_operating_system.h

Define

#define LFDS711_PAL_PROCESSOR_STRING  [processor name, in double quotes]

Example

#define LFDS711_PAL_PROCESSOR_STRING  "ARM (64-bit)"

Optionality

This define is mandatory and the library cannot compile if it is not set.

Notes

This define is used to form up the version string available from lfds711_misc_query.

See Also