Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Jan 20, 2025
1 parent f28ac94 commit 5536039
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions BSB_LAN/src/BSB/bsb.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#if defined(ARDUINO) && ARDUINO >= 100
#include "Arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#include "WProgram.h"
#endif
#if defined(ESP32)
#include "driver/uart.h"
#include "soc/uart_struct.h"
#include "soc/uart_reg.h"
#include "driver/uart.h"
#include "soc/uart_struct.h"
#include "soc/uart_reg.h"
#endif

#include "bsb.h"
Expand Down

0 comments on commit 5536039

Please sign in to comment.