Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DCCInspector-EX.ino
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
#include "StringBuilder.h"

// Statistics structures and functions.
#include "DccStatistics.h"
#include "DCCStatistics.h"

const int nPackets = 16; // Number of packet buffers
const int pktLength = 8; // Max length+1 in bytes of DCC packet
Expand Down
2 changes: 1 addition & 1 deletion DCCStatistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define dccstats_h

#include <Arduino.h>
#include "config.h"
#include "Config.h"

#if defined(ESP32) || defined(ESP8266) || defined(ESP_PLATFORM)
#define INTERRUPT_SAFE IRAM_ATTR
Expand Down
2 changes: 1 addition & 1 deletion EventTimer_AtMega.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define eventtimer_default_h

#include <Arduino.h>
#include "config.h"
#include "Config.h"

#define GPIO_PREFER_SPEED
#include <DIO2.h>
Expand Down