Replaced symlink with regular file. Documented the workaround (#27)
This commit is contained in:
parent
e72cf89dfa
commit
36a295e0d1
|
@ -1 +0,0 @@
|
|||
SN32F260.h
|
|
@ -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"
|
Loading…
Reference in New Issue