Skip to content

Commit a1f94a0

Browse files
committed
clean up
1 parent 4c6637a commit a1f94a0

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/Adafruit_USBD_CDC.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
#ifndef ADAFRUIT_USBD_CDC_H_
2626
#define ADAFRUIT_USBD_CDC_H_
2727

28-
#ifdef __cplusplus
29-
3028
#include "Adafruit_USBD_Interface.h"
3129
#include "Stream.h"
3230

@@ -73,5 +71,4 @@ class Adafruit_USBD_CDC : public Stream, public Adafruit_USBD_Interface
7371

7472
extern Adafruit_USBD_CDC Serial;
7573

76-
#endif // __cplusplus
7774
#endif

src/Adafruit_USBD_Interface.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
#ifndef ADAFRUIT_USBD_INTERFACE_H_
2626
#define ADAFRUIT_USBD_INTERFACE_H_
2727

28-
#ifdef __cplusplus
29-
3028
class Adafruit_USBD_Interface
3129
{
3230
protected:
@@ -44,5 +42,3 @@ class Adafruit_USBD_Interface
4442
};
4543

4644
#endif
47-
48-
#endif

0 commit comments

Comments
 (0)