Allow for get_hardware_id() to be used for serial number. (#24053)
* Allow for `get_hardware_id()` to be used for serial number. * Length checks. * Explain length. * Cleanup. * Preprocessor magic. * Use the force, Batman. * Swap logic; if SERIAL_NUMBER is defined use that, otherwise derive it. * Cleanup. * Cleanup.
This commit is contained in:
@@ -5,3 +5,7 @@
|
||||
#ifndef CORTEX_ENABLE_WFI_IDLE
|
||||
# define CORTEX_ENABLE_WFI_IDLE TRUE
|
||||
#endif // CORTEX_ENABLE_WFI_IDLE
|
||||
|
||||
#ifndef SERIAL_NUMBER_USE_HARDWARE_ID
|
||||
# define SERIAL_NUMBER_USE_HARDWARE_ID TRUE
|
||||
#endif // SERIAL_NUMBER_USE_HARDWARE_ID
|
||||
|
||||
Reference in New Issue
Block a user