Skip to content

Commit

Permalink
update src
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanvanbreda committed Oct 17, 2018
1 parent 392587d commit df48328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/arduino-CS11_SDU.cpp → src/xCS11_SDU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include <Arduino.h>

#include "arduino-CS11_SDU.h"
#include "xCS11_SDU.h"

__attribute__ ((section(".sketch_boot")))
unsigned char sduBoot[0x4000] = {
Expand Down
4 changes: 2 additions & 2 deletions src/arduino-CS11_SDU.h → src/xCS11_SDU.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef arduino-CS11_SDU_H
#define arduino-CS11_SDU_H
#ifndef xCS11_SDU_H
#define xCS11_SDU_H

// nothing for now

Expand Down

0 comments on commit df48328

Please sign in to comment.