Merge pull request #45 from lromor/macro-fix

Removed non used macro flag for the hacker fomu board.
This commit is contained in:
Tim Ansell 2019-08-24 11:55:18 +02:00 committed by GitHub
commit a30963e187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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