RobSmithDev / ArduinoFloppyDiskReader

DrawBridge aka Arduino Amiga Floppy Disk Reader/Writer - Hardware and software interface for accessing Amiga disks (read/write ADF and SCP) on non-Amiga hardware
https://amiga.robsmithdev.co.uk
GNU General Public License v3.0
227 stars 53 forks source link

fixed: make ArduinoFloppyReader compile under linux #32

Open wsoltys opened 3 months ago

wsoltys commented 3 months ago

memcpy_s should work under linux but regardless where I've placed the needed defines the definition wasn't found.