mirror of https://github.com/EspoTek/Labrador.git
10 lines
228 B
C
10 lines
228 B
C
|
#ifndef PLATFORMSPECIFIC_H
|
||
|
#define PLATFORMSPECIFIC_H
|
||
|
|
||
|
#include "unixusbdriver.h"
|
||
|
#define PLATFORM_MAC
|
||
|
#define _PLATFORM_DEPENDENT_USB_OBJECT unixUsbDriver
|
||
|
#define _PLATFORM_DEPENDENT_FOLDER_ACTION
|
||
|
|
||
|
#endif // PLATFORMSPECIFIC_H
|