xmos / lib_spdif

S/PDIF Library
Other
10 stars 14 forks source link

Forced single issue build to avoid errors on xcore-200 targets #2

Closed ed-xmos closed 8 years ago

ed-xmos commented 8 years ago

as per issue reported..

pthedinger commented 8 years ago

Is that the best way to do it? Or should it have:

#if defined(__XS2A__)
    .issue_mode  dual
#endif

in the .S file? The compiler flag will affect all the xc/c code as well, which is not necessarily what was wanted.