mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Notify: remove bad HIGH/LOW defines
These are just terrible defines to have in a header which can be included into random files. These symbols can confuse construction of enumerations, for example.
This commit is contained in:
parent
09562e1f13
commit
d1f74faed7
@ -19,9 +19,6 @@
|
||||
|
||||
#include "NotifyDevice.h"
|
||||
|
||||
#define HIGH 1
|
||||
#define LOW 0
|
||||
|
||||
class AP_BoardLED: public NotifyDevice
|
||||
{
|
||||
public:
|
||||
|
@ -21,9 +21,6 @@
|
||||
|
||||
#include "NotifyDevice.h"
|
||||
|
||||
#define HIGH 1
|
||||
#define LOW 0
|
||||
|
||||
class AP_BoardLED2: public NotifyDevice
|
||||
{
|
||||
public:
|
||||
|
@ -21,9 +21,6 @@
|
||||
|
||||
#include "NotifyDevice.h"
|
||||
|
||||
#define HIGH 1
|
||||
#define LOW 0
|
||||
|
||||
class ExternalLED: public NotifyDevice
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user