Also fix typo.
Этот коммит содержится в:
Chris Freehill
2019-02-16 13:21:41 -06:00
родитель 4449411e35
Коммит 5cb0895816
2 изменённых файлов: 1 добавлений и 1 удалений
+1 -1
Просмотреть файл
@@ -64,7 +64,7 @@ int main() {
ret = rsmi_num_monitor_devices(&num_devices);
for (int i=0; i < num_devices; ++i) {
ret = rsmi_dev_id_get(i &dev_id);
ret = rsmi_dev_id_get(i, &dev_id);
// dev_id holds the device ID of device i, upon a
// successful call
}
Двоичный файл не отображается.