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:
Peter Barker 2020-02-27 09:18:13 +11:00 committed by Andrew Tridgell
parent 09562e1f13
commit d1f74faed7
3 changed files with 0 additions and 9 deletions

View File

@ -19,9 +19,6 @@
#include "NotifyDevice.h"
#define HIGH 1
#define LOW 0
class AP_BoardLED: public NotifyDevice
{
public:

View File

@ -21,9 +21,6 @@
#include "NotifyDevice.h"
#define HIGH 1
#define LOW 0
class AP_BoardLED2: public NotifyDevice
{
public:

View File

@ -21,9 +21,6 @@
#include "NotifyDevice.h"
#define HIGH 1
#define LOW 0
class ExternalLED: public NotifyDevice
{
public: