Replaced symlink with regular file. Documented the workaround (#27)

This commit is contained in:
IsaacDynamo 2021-10-19 22:44:35 +02:00 committed by Dimitris Mantzouranis
parent e72cf89dfa
commit 36a295e0d1
1 changed files with 4 additions and 1 deletions

View File

@ -1 +0,0 @@
SN32F260.h

View File

@ -0,0 +1,4 @@
// This file exists as a workaround to get the 240B USB code building on a 260.
// Previously this was done with a symlink to SN32F260.h, but that doesn't work on Windows.
// Now the #include directive is used to just include SN32F260.h
#include "SN32F260.h"