Skip to content

Commit

Permalink
Merge pull request #6 from YBrush/YBrush_patch_1
Browse files Browse the repository at this point in the history
Fixed typo in #define _ADAFRUIT_IS31FL3731_H_
  • Loading branch information
ladyada authored Feb 18, 2018
2 parents 20153fc + eb9c77e commit 40b41e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_IS31FL3731.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _ADAFRUIT_IS31FL3731_H_
#define _ADAFRUIT_IS31Fl3731_H_
#define _ADAFRUIT_IS31FL3731_H_

#include <Wire.h>
#include <Arduino.h>
Expand Down

0 comments on commit 40b41e2

Please sign in to comment.