Add STM device resvision to MOTD.
This commit is contained in:
@@ -38,7 +38,7 @@ static void get_controller_folder_path(char *path, size_t size)
|
||||
if (!path)
|
||||
return;
|
||||
|
||||
unique_id_get(&high, &mid, &low);
|
||||
stm_unique_id_get(&high, &mid, &low);
|
||||
|
||||
snprintf(path, size, "/%08X-%08X-%08X",
|
||||
(unsigned int)high, (unsigned int)mid, (unsigned int)low);
|
||||
|
Reference in New Issue
Block a user