Skip to content

Commit

Permalink
Merge pull request #72 from soburi/correct_filename_case
Browse files Browse the repository at this point in the history
Fix letter case of file for compiling in linux
  • Loading branch information
soburi authored Jun 10, 2018
2 parents 9824f06 + da805cf commit 271c006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/uIP/src/MicroIpServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include "Server.h"

#include "MicroIPClient.h"
#include "MicroIpClient.h"

class MicroIPServer :
public Server {
Expand Down
4 changes: 2 additions & 2 deletions libraries/uIP/src/MicroIpUdp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ extern "C" {
#include "Arduino.h"
#include "wiring_private.h"
#include "Udp.h"
#include "MicroIP.h"
#include "MicroIPUDP.h"
#include "MicroIp.h"
#include "MicroIpUdp.h"

struct udp_socket_params {
const MicroIPUDP* udp;
Expand Down

0 comments on commit 271c006

Please sign in to comment.