Only include the storage header file once

pull/18/head
Jesse Vincent 9 years ago
parent 181b84a572
commit 8d9547ddc8

@ -1,3 +1,5 @@
#pragma once
#include <Arduino.h> #include <Arduino.h>
#include <EEPROM.h> #include <EEPROM.h>
#include "KeyboardConfig.h" #include "KeyboardConfig.h"

Loading…
Cancel
Save