mirror of
https://github.com/opentx/opentx.git
synced 2025-07-22 15:55:26 +03:00
MEGA2560 didn't compile correctly
This commit is contained in:
parent
2c591e810d
commit
4c2c85fe9f
9 changed files with 80 additions and 72 deletions
|
@ -977,9 +977,6 @@ void checkBacklight();
|
|||
#define BACKLIGHT_OFF() __BACKLIGHT_OFF
|
||||
#endif
|
||||
|
||||
#define BUZZER_ON PORTE |= (1 << OUT_E_BUZZER)
|
||||
#define BUZZER_OFF PORTE &= ~(1 << OUT_E_BUZZER)
|
||||
|
||||
#define BITMASK(bit) (1<<(bit))
|
||||
|
||||
/// liefert Dimension eines Arrays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue