mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Use custom machine type so that it will run regards of the machine the P-ROC is installed in.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../../include/pinproc.h" // Include libpinproc's header.
|
||||
PRMachineType machineType = kPRMachineWPC;
|
||||
PRMachineType machineType = kPRMachineCustom; // Should work with all machines.
|
||||
|
||||
/*============================================================================
|
||||
* XSVF #define
|
||||
|
||||
Reference in New Issue
Block a user