define LFDS710_PAL_PROCESSOR_STRING

From liblfds.org
Revision as of 05:30, 27 May 2016 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source File

└───liblfds710
    └───inc
        └───liblfds710
                lfds710_porting_abstraction_layer_operating_system.h

Define

#define LFDS710_PAL_PROCESSOR_STRING  [processor name, in double quotes]

Example

#define LFDS710_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 lfds710_misc_query.

See Also