deactivate include of <avr/cpufunc.h> for toolchain compatibility
authorStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Sun, 30 Sep 2012 10:15:45 +0000 (12:15 +0200)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Tue, 2 Oct 2012 22:08:19 +0000 (22:08 +0000)
commitf5fbce2b73b49773ef39eb12af398fec758a0a30
tree1cb37c9d04d24582f4132e1d717ea155996c174b
parentb0afc770115d71221a65ea82d2651e35be21877b
deactivate include of <avr/cpufunc.h> for toolchain compatibility

Since cpufunc.h is not needed in the context of primary firmware
and since it is not available in all toolchains, the include
of <avr/cpufunc.h> becomes deactivated by github issue-report.
(In case of trouble it remains in sourcecode for reactivation.)

The autor would like to thank Lena-M for reporting this
issue (https://github.com/baerwolf/USBaspLoader/issues/1).

Reported-by: Lena-M
Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
firmware/main.c