Skip to content

Commit 40d0717

Browse files
fixup! added an example for lzss decoder
1 parent 971168e commit 40d0717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lzssDecoder/lzssDecoder.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111

12-
#include <ArduinoLzss.h>
12+
#include <Arduino_Lzss.h>
1313
#include "lzssBuffer.h"
1414

1515
void setup() {

0 commit comments

Comments
 (0)