Merge pull request #45 from lromor/macro-fix
Removed non used macro flag for the hacker fomu board.
This commit is contained in:
commit
a30963e187
1 changed files with 3 additions and 1 deletions
|
|
@ -39,10 +39,12 @@
|
||||||
`define GREENPWM RGB0PWM
|
`define GREENPWM RGB0PWM
|
||||||
`define REDPWM RGB1PWM
|
`define REDPWM RGB1PWM
|
||||||
`define BLUEPWM RGB2PWM
|
`define BLUEPWM RGB2PWM
|
||||||
`else
|
`elsif HACKER
|
||||||
`define BLUEPWM RGB0PWM
|
`define BLUEPWM RGB0PWM
|
||||||
`define GREENPWM RGB1PWM
|
`define GREENPWM RGB1PWM
|
||||||
`define REDPWM RGB2PWM
|
`define REDPWM RGB2PWM
|
||||||
|
`else
|
||||||
|
`error_board_not_supported
|
||||||
`endif
|
`endif
|
||||||
`endif
|
`endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue